org.wamblee.xml
Class XMLException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.wamblee.xml.XMLException
All Implemented Interfaces:
java.io.Serializable

public class XMLException
extends java.lang.Exception

Exception thrown in case of XML parsing problems.

Author:
Erik Brakkee
See Also:
Serialized Form

Constructor Summary
XMLException(java.lang.String aMsg)
           
XMLException(java.lang.String aMsg, java.lang.Throwable aCause)
           
 
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

XMLException

public XMLException(java.lang.String aMsg)

XMLException

public XMLException(java.lang.String aMsg,
                    java.lang.Throwable aCause)


Copyright © 2010. All Rights Reserved.