com.edustructures.util
Class XMLParsingException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.edustructures.util.XMLParsingException
All Implemented Interfaces:
java.io.Serializable

public class XMLParsingException
extends java.lang.Exception

Encapsulates an exception thrown during the parsing of an XML doc. Simply wraps the actual exception that was thrown.

See Also:
Serialized Form

Constructor Summary
XMLParsingException(java.lang.String msg)
           
XMLParsingException(java.lang.Throwable exception)
           
 
Method Summary
 java.lang.Throwable getException()
           
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

XMLParsingException

public XMLParsingException(java.lang.Throwable exception)

XMLParsingException

public XMLParsingException(java.lang.String msg)
Method Detail

getException

public java.lang.Throwable getException()


Copyright © 2001-2007 Edustructures LLC. All Rights Reserved. SIFWorks® and ADK® are registered trademarks of Edustructures LLC. SIF™ and Schools Interoperability Framework are trademarks of the Schools Interoperability Framework Association.