public final class InvalidConstraintException
extends java.lang.IllegalStateException
Constructor and Description |
---|
InvalidConstraintException(java.lang.String s)
Initializes a new instance of the
InvalidConstraintException class with the specified string. |
public InvalidConstraintException(java.lang.String s)
InvalidConstraintException
class with the specified string.s
- The string to display when the exception is thrown.