Class TransformerException

  • All Implemented Interfaces:
    java.io.Serializable
    Direct Known Subclasses:
    DataCachePutException

    public class TransformerException
    extends java.lang.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:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      TransformerException​(java.lang.String message)
      Constructs a TransformerException with the specified message.
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • TransformerException

        public TransformerException​(java.lang.String message)

        Constructs a TransformerException with the specified message.

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