Class TransformerException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.caplin.jtm.exceptions.TransformerException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
DataCachePutException, PersistenceException

public class TransformerException extends Exception

The base class for all exceptions thrown by the Transformer.

It will be thrown to indicate that a problem has been encountered whilst performing an operation.

See Also:
  • Constructor Details

    • TransformerException

      public TransformerException(String message)

      Constructs a TransformerException with the specified message.

      Parameters:
      message - A description of what caused the exception.