com.marringtons.xml
Class XMLexception

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.marringtons.xml.XMLexception
All Implemented Interfaces:
Serializable

public class XMLexception
extends Exception

Throw this exception if you need one tagged for XML errors

Author:
Paul Marrington
See Also:
Serialized Form

Constructor Summary
XMLexception()
          Default constructor - consider using one with a message
XMLexception(String message)
          Exception with a cause message
XMLexception(String message, Throwable cause)
          A nested exception with more written comments.
XMLexception(Throwable cause)
          A nested exception.
 
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

XMLexception

public XMLexception()
Default constructor - consider using one with a message


XMLexception

public XMLexception(String message)
Exception with a cause message

Parameters:
message - to describe the problem.

XMLexception

public XMLexception(Throwable cause)
A nested exception.

Parameters:
cause - exception that is wrapped in this exception

XMLexception

public XMLexception(String message,
                    Throwable cause)
A nested exception with more written comments.

Parameters:
message - to describe the problem.
cause - exception that is wrapped in this exception


Copyright © 2005 Paul Marrington http://library.marringtons.com