Class CompletelyFalseException

  • All Implemented Interfaces:
    java.io.Serializable

    public class CompletelyFalseException
    extends ObjectStoreException
    Exception thrown if a Constraint is deemed to be completely false.
    Author:
    Matthew Wakeling
    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

      • CompletelyFalseException

        public CompletelyFalseException()
        Constructor.
      • CompletelyFalseException

        public CompletelyFalseException​(java.lang.String msg)
        Constructor.
        Parameters:
        msg - the detail message
      • CompletelyFalseException

        public CompletelyFalseException​(java.lang.Throwable t)
        Constructor.
        Parameters:
        t - the nested Throwable
      • CompletelyFalseException

        public CompletelyFalseException​(java.lang.String msg,
                                        java.lang.Throwable t)
        Constructor.
        Parameters:
        msg - the detail message
        t - the nested Throwable