public class JiBXConstrainedParseException extends JiBXParseException
| Constructor and Description |
|---|
JiBXConstrainedParseException(String msg,
String value,
String[] allowableValues) |
JiBXConstrainedParseException(String msg,
String value,
String[] allowableValues,
String namespace,
String tagName,
Throwable root) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj)
Solely used by unit tests.
|
String |
getMessage()
Append useful parsing details onto the default message.
|
setNamespace, setTagNamegetCause, getRootCause, printStackTrace, printStackTrace, printStackTraceaddSuppressed, fillInStackTrace, getLocalizedMessage, getStackTrace, getSuppressed, initCause, setStackTrace, toStringpublic JiBXConstrainedParseException(String msg, String value, String[] allowableValues)
public String getMessage()
JiBXParseExceptiongetMessage in class JiBXParseExceptionpublic boolean equals(Object obj)
equals in class JiBXParseExceptionobj - what to compare againstCopyright © 2005-2013 jibx.org. All Rights Reserved.