public class TMLException
extends de.innovationgate.webgate.api.WGException
| Constructor and Description |
|---|
TMLException(java.lang.String message) |
TMLException(java.lang.String message,
boolean cancelTag) |
TMLException(java.lang.String message,
java.lang.Throwable rootCause,
boolean cancelTag) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getLocalizedMessage() |
java.lang.String |
getMessage() |
java.lang.Throwable |
getRootCause()
Gets the rootCause
|
boolean |
isCancelTag()
Returns if the WebTML tag that threw the exception cancelled its functionality
|
public TMLException(java.lang.String message,
java.lang.Throwable rootCause,
boolean cancelTag)
public TMLException(java.lang.String message)
public TMLException(java.lang.String message,
boolean cancelTag)
public java.lang.Throwable getRootCause()
public java.lang.String getMessage()
getMessage in class java.lang.ThrowableThrowable.getMessage()public java.lang.String getLocalizedMessage()
getLocalizedMessage in class java.lang.ThrowableThrowable.getLocalizedMessage()public boolean isCancelTag()