public interface IExceptionFacade
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getOriginalClassname()
The original classname of the exception type.
|
boolean |
originalTypeOverridesToString()
Whether or not the original type overrode Throwable.toString()
|