com.thaiopensource.relaxng.impl
Class RestrictionViolationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.thaiopensource.relaxng.impl.RestrictionViolationException
- All Implemented Interfaces:
- Serializable
class RestrictionViolationException
- extends Exception
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
messageId
private final String messageId
loc
private Locator loc
name
private Name name
RestrictionViolationException
RestrictionViolationException(String messageId)
RestrictionViolationException
RestrictionViolationException(String messageId,
Name name)
getMessageId
String getMessageId()
getLocator
Locator getLocator()
maybeSetLocator
void maybeSetLocator(Locator loc)
getName
Name getName()