Package com.ptc.tml
Class TranslationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
wt.util.WTException
com.ptc.tml.TranslationException
- All Implemented Interfaces:
Serializable,LocalizableMessage,Message
Exception class for Translation related exception handling.
Supported API: true
Extendable: false
Supported API: true
Extendable: false
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new TranslationException.TranslationException(String message) Instantiates a new TranslationException.TranslationException(Throwable cause) Instantiates a new TranslationException.TranslationException(Throwable cause, String message) Instantiates a new TranslationException. -
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
-
TranslationException
public TranslationException()Instantiates a new TranslationException.
Supported API: true -
TranslationException
Instantiates a new TranslationException.- Parameters:
message- the message
Supported API: true
-
TranslationException
Instantiates a new TranslationException.- Parameters:
cause- the cause
Supported API: true
-
TranslationException
Instantiates a new TranslationException.- Parameters:
cause- the causemessage- the message
Supported API: true
-