public class PDUStringException extends PDUException
| Constructor and Description |
|---|
PDUStringException(String message,
StringParameter parameter)
Construct with specified message and parameter.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getErrorCode()
Get the error code of the broken constaint.
|
StringParameter |
getParameter()
Get the constraint parameter.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic PDUStringException(String message, StringParameter parameter)
message - is the detail message.parameter - is the constraint parameter.public StringParameter getParameter()
public int getErrorCode()