public interface IDescriptableException
All specialized exceptions that can offer more information about their cause should implement this interface to add the type that identifies it.
Modifier and Type | Method and Description |
---|---|
ExceptionDescription |
getExceptionType()
Gets the exception type which caused this one and has detailed information about the causes.
|
ExceptionDescription getExceptionType()
Gets the exception type which caused this one and has detailed information about the causes.