Class NoSuchDefinitionException

  • All Implemented Interfaces:
    java.io.Serializable

    public class NoSuchDefinitionException
    extends DefinitionsFactoryException
    Exception thrown when a definition is not found.
    Version:
    $Rev: 1045365 $ $Date: 2010-12-14 07:46:46 +1100 (Tue, 14 Dec 2010) $
    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

      • NoSuchDefinitionException

        public NoSuchDefinitionException()
        Constructor.
      • NoSuchDefinitionException

        public NoSuchDefinitionException​(java.lang.String msg)
        Constructor.
        Parameters:
        msg - Message.
      • NoSuchDefinitionException

        public NoSuchDefinitionException​(java.lang.String message,
                                         java.lang.Throwable e)
        Constructor.
        Parameters:
        message - Message.
        e - Cause.
      • NoSuchDefinitionException

        public NoSuchDefinitionException​(java.lang.Throwable e)
        Constructor.
        Parameters:
        e - Cause.