org.planx.xmlstore.convert
Class XMLException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.planx.xmlstore.convert.XMLException
All Implemented Interfaces:
Serializable

public class XMLException
extends Exception

Author:
Kasper Bøgebjerg, Henning Niss
See Also:
Serialized Form

Constructor Summary
XMLException(String msg)
           
XMLException(String msg, Throwable cause)
           
XMLException(Throwable cause)
           
 
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(Throwable cause)

XMLException

public XMLException(String msg,
                    Throwable cause)

XMLException

public XMLException(String msg)


Copyright © 2010. All Rights Reserved.