net.ontopia.topicmaps.schema.core
Class SchemaSyntaxException
java.lang.Object
java.lang.Throwable
java.lang.Exception
net.ontopia.topicmaps.schema.core.SchemaSyntaxException
- All Implemented Interfaces:
- Serializable
public class SchemaSyntaxException
- extends 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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
errorloc
protected Locator errorloc
SchemaSyntaxException
public SchemaSyntaxException(String message,
Locator errorloc)
- Creates new exception.
- Parameters:
errorloc
- The location in the XML document where the error
occurred.
getErrorLocation
public Locator getErrorLocation()
- PUBLIC: Returns the location of the error.
Copyright © 2000-2012 Ontopia.