com.groupdocs.assembly.system.data

Class InvalidConstraintException

  • java.lang.Object
    • java.lang.Throwable
      • java.lang.Exception
        • java.lang.RuntimeException
          • java.lang.IllegalStateException
            • com.groupdocs.assembly.system.data.InvalidConstraintException
  • All Implemented Interfaces:
    java.io.Serializable


    public final class InvalidConstraintException
    extends java.lang.IllegalStateException
    Represents the exception that is thrown when incorrectly trying to create or access a relation.
    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

      • InvalidConstraintException

        public InvalidConstraintException(java.lang.String s)
        Initializes a new instance of the InvalidConstraintException class with the specified string.
        Parameters:
        s - The string to display when the exception is thrown.