no.sintef.xml
Class XmlException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byno.sintef.xml.XmlException
All Implemented Interfaces:
java.io.Serializable

public class XmlException
extends java.lang.Exception

Exception used to group various XML related exceptions.

Author:
Fredrik Vraalsen
See Also:
Serialized Form

Constructor Summary
XmlException(java.lang.String message)
           
XmlException(java.lang.String message, java.lang.Exception e)
           
 
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,
                    java.lang.Exception e)
Parameters:
message - exception message
e - causing exception

XmlException

public XmlException(java.lang.String message)
Parameters:
message - exception message


Copyright © 2003-2005 SINTEF. All Rights Reserved.