org.infoglue.cms.applications.common.actions
Class Error
java.lang.Object
|
+--org.infoglue.cms.applications.common.actions.Error
- public final class Error
- extends java.lang.Object
- Author:
- Patrik Nyborg
|
Constructor Summary |
Error(java.lang.Throwable throwable,
java.lang.Throwable cause)
|
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Error
public Error(java.lang.Throwable throwable,
java.lang.Throwable cause)
getName
public java.lang.String getName()
getMessage
public java.lang.String getMessage()
getStackTrace
public java.lang.String getStackTrace()
hasCause
public boolean hasCause()
getCauseMessage
public java.lang.String getCauseMessage()
getCauseStackTrace
public java.lang.String getCauseStackTrace()