Class DefaultNotDefinedException

  • All Implemented Interfaces:
    java.io.Serializable

    public class DefaultNotDefinedException
    extends java.lang.IllegalArgumentException
    This is a type of illegalargumentexception that is thrown when some part of the system tries to use a defualt "something" which hasn't been specified yet.
    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

      • DefaultNotDefinedException

        public DefaultNotDefinedException()