public LoggableError
An interface implemented by errors which can be logged using the OCast logs.
Modifier and Type | Method and Description |
---|---|
java.lang.Throwable |
getCause()
The cause of the error, if any.
|
java.lang.String |
getMessage()
The error message, if any.
|