|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.dsmltools.DSMLRefException
This is an exception that can be thrown when, while validating a DSML document, we come across a non-local URI ref. This means we have to stop validating, as the results may not be valid, and we may unnecessarily mangle the document. We have our own exception for this to avoid having to catch lots of other exceptions we in fact want to see.
Field Summary |
Fields inherited from class java.lang.Exception |
|
Constructor Summary | |
DSMLRefException(java.lang.String xiErrorStr)
Just calls super() |
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 |
Constructor Detail |
public DSMLRefException(java.lang.String xiErrorStr)
xiErrorStr
- The error string for the Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |