Package wt.viewmarkup
Class ViewMarkUpException
java.lang.Object
java.lang.Throwable
java.lang.Exception
wt.util.WTException
wt.viewmarkup.ViewMarkUpException
- All Implemented Interfaces:
Serializable,LocalizableMessage,Message
Supported API: true
Extendable: true
- See Also:
-
Constructor Summary
ConstructorsConstructorDescription
Supported API: true
Supported API: trueViewMarkUpException(String rb, String key, Object[] params)
Supported API: true
Supported API: true
Supported API: trueViewMarkUpException(Throwable e, String rb, String key, Object[] params)
Supported API: true -
Method Summary
Methods inherited from class wt.util.WTException
getAdditionalMessageArray, getAdditionalMessages, getAdditionalMessages, getLocalizedMessage, getLocalizedMessage, getLocalizedMessage, getNestedExceptionString, getNestedExceptionString, getNestedThrowable, getStandardMessage, getStandardMessage, getWTMessage, printStackTrace, printStackTrace, printStackTrace, toString, toStringMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getMessage, getStackTrace, getSuppressed, initCause, setStackTrace
-
Constructor Details
-
ViewMarkUpException
public ViewMarkUpException()
Supported API: true -
ViewMarkUpException
Supported API: true- Parameters:
s-
-
ViewMarkUpException
Supported API: true- Parameters:
rb-key-params-
-
ViewMarkUpException
Supported API: true- Parameters:
e-
-
ViewMarkUpException
Supported API: true- Parameters:
e-s-
-
ViewMarkUpException
Supported API: true- Parameters:
e-rb-key-params-
-