net.ontopia.topicmaps.schema.core
Class SchemaSyntaxException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by net.ontopia.topicmaps.schema.core.SchemaSyntaxException
All Implemented Interfaces:
java.io.Serializable

public class SchemaSyntaxException
extends java.lang.Exception

PUBLIC: This exception is thrown when a topic map schema violates the syntax of the schema language it is written in.

See Also:
Serialized Form

Field Summary
protected  org.xml.sax.Locator errorloc
           
 
Constructor Summary
SchemaSyntaxException(java.lang.String message, org.xml.sax.Locator errorloc)
          Creates new exception.
 
Method Summary
 org.xml.sax.Locator getErrorLocation()
          PUBLIC: Returns the location of the error.
 
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

errorloc

protected org.xml.sax.Locator errorloc
Constructor Detail

SchemaSyntaxException

public SchemaSyntaxException(java.lang.String message,
                             org.xml.sax.Locator errorloc)
Creates new exception.

Parameters:
errorloc - The location in the XML document where the error occurred.
Method Detail

getErrorLocation

public org.xml.sax.Locator getErrorLocation()
PUBLIC: Returns the location of the error.



Copyright © 2000-2012 Ontopia.