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