public interface IException
Modifier and Type | Method and Description |
---|---|
java.lang.String |
message()
a message describing the exception
|
java.lang.String |
stacktrace()
optional stacktrace of the underlying java exception that was thrown.
|
IExceptionType |
type()
the exception type
|
IExceptionType type()
java.lang.String message()
java.lang.String stacktrace()