public class StructuralCodeConstraintException extends CodeConstraintException
| Modifier and Type | Field and Description |
|---|---|
private static long |
serialVersionUID |
| Constructor and Description |
|---|
StructuralCodeConstraintException()
Constructs a new StructuralCodeConstraintException with null as its error message string.
|
StructuralCodeConstraintException(java.lang.String message)
Constructs a new StructuralCodeConstraintException with the specified error message.
|
extendMessage, getMessageprivate static final long serialVersionUID
public StructuralCodeConstraintException(java.lang.String message)
public StructuralCodeConstraintException()