net.larsan.urd.util
Class XMLException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--net.larsan.norna.util.NestedException
                    |
                    +--net.larsan.urd.util.XMLException
All Implemented Interfaces:
java.io.Serializable

public class XMLException
extends NestedException

A nested exception for XML related services.

Version:
Alpha-0.1 / 2002-10-06 21:37
Author:
Lars J. Nilsson
See Also:
Serialized Form

Constructor Summary
XMLException()
          Create exception
XMLException(java.lang.String msg)
          Create exception
XMLException(java.lang.String msg, java.lang.Throwable error)
          Create exception
XMLException(java.lang.Throwable th)
          Create exception
 
Methods inherited from class net.larsan.norna.util.NestedException
getMessage, getNestedException, getNestedMessage, 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()
Create exception


XMLException

public XMLException(java.lang.String msg)
Create exception


XMLException

public XMLException(java.lang.Throwable th)
Create exception


XMLException

public XMLException(java.lang.String msg,
                    java.lang.Throwable error)
Create exception