|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
E
- the implementing type of the identifier.
public interface ExceptionId<E>
Interface to implement an exception identifier.
Instances of implementing classes have to implement the serializable interface since they are members of serializable exceptions.
Implementations of this class have to be immutable.
Method Summary | |
---|---|
E |
getId() Returns the implementing type of the identifier. |
String |
toString() Returns the string representation of the ID. |
Method Detail |
---|
E getId()
String toString()
toString
in class
Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |