public abstract class BaseExceptional extends Object implements Exceptional
| Constructor and Description | 
|---|
| BaseExceptional(Exception reason,
               List<String> passReasons) | 
| Modifier and Type | Method and Description | 
|---|---|
| Exception | getException() | 
| List<String> | previousHandlerMessages() | 
public Exception getException()
getException in interface Exceptionalpublic List<String> previousHandlerMessages()
previousHandlerMessages in interface Exceptional