public interface BEException
Modifier and Type | Method and Description |
---|---|
BEException |
get_Cause()
Returns the cause of this exception or null if the cause is nonexistent or unknown.
|
java.lang.String |
get_StackTrace()
Provides access to the stack trace information.
|
java.lang.String |
getErrorType()
Gets the type of error represented by this exception (exception class name in the case of Java exceptions).
|
java.lang.String |
getMessage()
Returns the detail message string of this exception.
|
java.lang.RuntimeException |
toException()
Converts this
BEException into a RuntimeException . |
java.lang.String getMessage()
java.lang.String getErrorType()
java.lang.RuntimeException toException()
BEException
into a RuntimeException
.BEException get_Cause()
BEException
that caused this throwable to get thrown.)java.lang.String get_StackTrace()