|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception net.ontopia.topicmaps.schema.core.SchemaSyntaxException
public class SchemaSyntaxException
PUBLIC: This exception is thrown when a topic map schema violates the syntax of the schema language it is written in.
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 |
---|
protected org.xml.sax.Locator errorloc
Constructor Detail |
---|
public SchemaSyntaxException(java.lang.String message, org.xml.sax.Locator errorloc)
errorloc
- The location in the XML document where the error
occurred.Method Detail |
---|
public org.xml.sax.Locator getErrorLocation()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |