com.mindfusion.diagramming
Class XmlReaderException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.mindfusion.diagramming.XmlReaderException
All Implemented Interfaces:
java.io.Serializable

public class XmlReaderException
extends java.lang.Exception

An exception thrown by XmlReader if it cannot parse an input file.

See Also:
Serialized Form

Constructor Summary
XmlReaderException(java.lang.Throwable cause)
          Initializes a new XmlReaderException instance.
 
Method Summary
 
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

XmlReaderException

public XmlReaderException(java.lang.Throwable cause)
Initializes a new XmlReaderException instance.

Parameters:
cause - Specifies the cause of the exception.