public interface PageFlowError
| Modifier and Type | Method | Description | 
|---|---|---|
java.lang.String | 
getMessage() | 
 Returns the message that the exception provided. 
 | 
java.lang.String | 
getStackTraceAsString() | 
 The stack trace as a string, formatted as printStackTrace() 
 | 
long | 
getTimeStamp() | 
 The timestamp of the exception 
 | 
long getTimeStamp()
java.lang.String getStackTraceAsString()
java.lang.String getMessage()