com.thaiopensource.relaxng.impl
Class RestrictionViolationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.thaiopensource.relaxng.impl.RestrictionViolationException
All Implemented Interfaces:
Serializable

 class RestrictionViolationException
extends Exception


Field Summary
private  Locator loc
           
private  String messageId
           
private  Name name
           
 
Constructor Summary
RestrictionViolationException(String messageId)
           
RestrictionViolationException(String messageId, Name name)
           
 
Method Summary
(package private)  Locator getLocator()
           
(package private)  String getMessageId()
           
(package private)  Name getName()
           
(package private)  void maybeSetLocator(Locator loc)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

messageId

private final String messageId

loc

private Locator loc

name

private Name name
Constructor Detail

RestrictionViolationException

RestrictionViolationException(String messageId)

RestrictionViolationException

RestrictionViolationException(String messageId,
                              Name name)
Method Detail

getMessageId

String getMessageId()

getLocator

Locator getLocator()

maybeSetLocator

void maybeSetLocator(Locator loc)

getName

Name getName()