common-util

local.tomas.common.xml
Class XMLException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by local.tomas.common.xml.XMLException
All Implemented Interfaces:
Serializable

public class XMLException
extends Exception

XMLExceptions are thrown by all XML utilities.

Author:
Teubner
See Also:
Serialized Form

Constructor Summary
XMLException()
          Default constructor.
XMLException(String message)
          Constructor from message text.
XMLException(String message, Throwable cause)
          Constructor from message text and base cause.
XMLException(Throwable cause)
          Constructor from base 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()
Default constructor.


XMLException

public XMLException(String message)
Constructor from message text.

Parameters:
message -

XMLException

public XMLException(Throwable cause)
Constructor from base cause.

Parameters:
cause -

XMLException

public XMLException(String message,
                    Throwable cause)
Constructor from message text and base cause.

Parameters:
message -
cause -

common-util

Copyright © 2007 null. All Rights Reserved.