|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CodeMessageFormatter
Formatter for instances of CoreException
.
Method Summary | |
---|---|
String |
format(CoreException exception) Formats the given core exception. |
String |
format(CoreException exception, Object message) Formats the given core exception. |
Method Detail |
---|
String format(CoreException exception)
Implementations must not use the toString
method of the given exception
since the instance delegates its toString
method call to this instance.
exception
- the exception to transform to its string representation.
String format(CoreException exception, Object message)
Implementations must not use the toString
method of the given exception
since the instance delegates its toString
method call to this instance.
exception
- the exception to transform to its string representation.
message
- to message to include into the representation.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |