relaxngcc.datatype
Class NoDefinitionException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byrelaxngcc.datatype.NoDefinitionException
All Implemented Interfaces:
java.io.Serializable

public class NoDefinitionException
extends java.lang.Exception

Signals undefined variable in a variable expansion process.

Author:
Kohsuke Kawaguchi (kk@kohsuke.org)
See Also:
Serialized Form

Field Summary
 org.xml.sax.Locator locator
           
 
Constructor Summary
NoDefinitionException(java.lang.String tagName, org.xml.sax.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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

locator

public final org.xml.sax.Locator locator
Constructor Detail

NoDefinitionException

public NoDefinitionException(java.lang.String tagName,
                             org.xml.sax.Locator _loc)