Package | Description |
---|---|
be.SIRAPRISE.util |
This package contains various utility methods.
|
Modifier and Type | Field and Description |
---|---|
static MyException.LineBreakStyle |
MyException.LineBreakStyle.ASCIITEXT |
static MyException.LineBreakStyle |
MyException.LineBreakStyle.HTML |
static MyException.LineBreakStyle |
MyException.LineBreakStyle.SPACES |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
MyException.appendRootCauseTextsToMessage(java.lang.String msg,
java.lang.Throwable cause,
MyException.LineBreakStyle lineBreakStyle)
Formats an exception message in such a way that the class names and message texts of the underlying 'root' causes of the exception, are included in the exception message.
|