org.jwarp.xml
Class XMLException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.jwarp.xml.XMLException
All Implemented Interfaces:
java.io.Serializable

public class XMLException
extends java.lang.Exception

Exception raised on discovery of a parsing error. To facilitate error recovery, you can extract the parseTool from this error.

See Also:
Serialized Form

Constructor Summary
XMLException(java.lang.String reason)
          Create a new exception
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

XMLException

public XMLException(java.lang.String reason)
Create a new exception
Parameters:
reason - what went wrong

©   O R C A   S y s t e m s