|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.xml.sax.SAXException
org.xml.sax.SAXParseException
nu.validator.relaxng.exceptions.AbstractValidationException
nu.validator.relaxng.exceptions.StringNotAllowedException
public class StringNotAllowedException
Field Summary | |
---|---|
private Map |
exceptions
|
private String |
value
|
Fields inherited from class nu.validator.relaxng.exceptions.AbstractValidationException |
---|
localizer |
Constructor Summary | |
---|---|
StringNotAllowedException(Locator locator,
Name currentElement,
Name parent,
String value,
Map exceptions)
|
Method Summary | |
---|---|
private static String |
formatMessage(Name currentElement,
String value,
Map exceptions)
|
Map |
getExceptions()
Returns the exceptions. |
String |
getValue()
Returns the value. |
Methods inherited from class nu.validator.relaxng.exceptions.AbstractValidationException |
---|
getCurrentElement, getParent |
Methods inherited from class org.xml.sax.SAXParseException |
---|
getColumnNumber, getLineNumber, getPublicId, getSystemId |
Methods inherited from class org.xml.sax.SAXException |
---|
getException, getMessage, toString |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
private final String value
private final Map exceptions
Constructor Detail |
---|
public StringNotAllowedException(Locator locator, Name currentElement, Name parent, String value, Map exceptions)
Method Detail |
---|
private static String formatMessage(Name currentElement, String value, Map exceptions)
public String getValue()
public Map getExceptions()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |