Package com.ptc.tml

Class TranslationException

All Implemented Interfaces:
Serializable, LocalizableMessage, Message

public class TranslationException extends WTException
Exception class for Translation related exception handling.

Supported API: true

Extendable: false
See Also:
  • Constructor Details

    • TranslationException

      public TranslationException()
      Instantiates a new TranslationException.

      Supported API: true
    • TranslationException

      public TranslationException(String message)
      Instantiates a new TranslationException.
      Parameters:
      message - the message

      Supported API: true
    • TranslationException

      public TranslationException(Throwable cause)
      Instantiates a new TranslationException.
      Parameters:
      cause - the cause

      Supported API: true
    • TranslationException

      public TranslationException(Throwable cause, String message)
      Instantiates a new TranslationException.
      Parameters:
      cause - the cause
      message - the message

      Supported API: true