Arch4J 1.1

org.arch4j.xml
Class XMLException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.arch4j.core.BaseApplicationException
                    |
                    +--org.arch4j.xml.XMLException
All Implemented Interfaces:
BaseException, Serializable

public class XMLException
extends BaseApplicationException

This class is used to signal problems found while parsing XML files. Since a 3rd party toolkit is used to do the parsing, this class also is used to wrap exceptions found while using that package so they look like our own exceptions.

Version:
1.0
Author:
Russ Brown
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.arch4j.core.BaseApplicationException
nestedException
 
Constructor Summary
XMLException()
          Constructs a XMLException with no specified detail message or nested exception.
XMLException(String message)
          Constructs a XMLException with the specified detail message.
XMLException(String message, Throwable exception)
          Constructs a XMLException with the specified detail message and nested exception.
XMLException(Throwable exception)
          Constructs a XMLException with the specified nested exception.
 
Methods inherited from class org.arch4j.core.BaseApplicationException
getMessage, getNestedException, getStackTraceString, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

XMLException

public XMLException()
Constructs a XMLException with no specified detail message or nested exception.


XMLException

public XMLException(String message)
Constructs a XMLException with the specified detail message.

Parameters:
message - The detailed message.

XMLException

public XMLException(Throwable exception)
Constructs a XMLException with the specified nested exception.

Parameters:
exception - The nested exception.

XMLException

public XMLException(String message,
                    Throwable exception)
Constructs a XMLException with the specified detail message and nested exception.

Parameters:
message - The detailed message.
exception - The nested exception.

Arch4J 1.1

Copyright © 2000-2004 SpiderLogic, a service of Wipfli Ullrich Bertelson LLP.