org.dsmltools
Class DSMLRefException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.dsmltools.DSMLRefException
All Implemented Interfaces:
java.io.Serializable

public class DSMLRefException
extends java.lang.Exception

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.

See Also:
Serialized Form

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

DSMLRefException

public DSMLRefException(java.lang.String xiErrorStr)
Just calls super()

Parameters:
xiErrorStr - The error string for the Exception