Class NoSuchPreparerException

  • All Implemented Interfaces:
    java.io.Serializable

    public class NoSuchPreparerException
    extends PreparerException
    Thrown when the named preparerInstance can not be found.
    Since:
    2.0
    Version:
    $Rev: 1310865 $ $Date: 2012-04-08 07:01:22 +1000 (Sun, 08 Apr 2012) $
    See Also:
    Serialized Form
    • 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

      • NoSuchPreparerException

        public NoSuchPreparerException()
        Constructor.
      • NoSuchPreparerException

        public NoSuchPreparerException​(java.lang.String message)
        Constructor.
        Parameters:
        message - The message to include.
      • NoSuchPreparerException

        public NoSuchPreparerException​(java.lang.Throwable e)
        Constructor.
        Parameters:
        e - The cause exception.
      • NoSuchPreparerException

        public NoSuchPreparerException​(java.lang.String message,
                                       java.lang.Throwable e)
        Constructor.
        Parameters:
        message - The message to include.
        e - The cause exception.