Class CodeConstraintException

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static long serialVersionUID  
    • Constructor Summary

      Constructors 
      Constructor Description
      CodeConstraintException()
      Constructs a new CodeConstraintException with null as its error message string.
      CodeConstraintException​(java.lang.String message)
      Constructs a new CodeConstraintException with the specified error message.
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, 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

      • CodeConstraintException

        CodeConstraintException()
        Constructs a new CodeConstraintException with null as its error message string.
      • CodeConstraintException

        CodeConstraintException​(java.lang.String message)
        Constructs a new CodeConstraintException with the specified error message.