Class TransformFailure

  • All Implemented Interfaces:
    java.io.Serializable

    public class TransformFailure
    extends java.lang.AssertionError
    Thrown when a transform didn't produced the expected value.
    Since:
    2.2
    Version:
    3.0
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      TransformFailure​(java.lang.String message)
      Creates a new exception with the given 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

      • TransformFailure

        public TransformFailure​(java.lang.String message)
        Creates a new exception with the given message.
        Parameters:
        message - The details message.