org.jtheque.core.utils.file
Class XMLException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.jtheque.core.utils.file.XMLException
All Implemented Interfaces:
java.io.Serializable

public final class XMLException
extends java.lang.Exception

An XML exception.

Author:
Baptiste Wicht
See Also:
Serialized Form

Constructor Summary
XMLException(java.lang.String message)
          Construct a new XMLException.
XMLException(java.lang.String message, java.lang.Throwable cause)
          Construct a new XMLException
 
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 message)
Construct a new XMLException.

Parameters:
message - The message of the exception.

XMLException

public XMLException(java.lang.String message,
                    java.lang.Throwable cause)
Construct a new XMLException

Parameters:
message - The message of the exception.
cause - The cause of the exception.


Copyright © 2009 JTheque. All Rights Reserved.