Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.gersonworks.xml.util
Class XMLPropertiesFormatException  view XMLPropertiesFormatException download XMLPropertiesFormatException.java

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.xml.sax.SAXException
              extended bycom.gersonworks.xml.util.XMLPropertiesFormatException
All Implemented Interfaces:
java.io.Serializable

public class XMLPropertiesFormatException
extends org.xml.sax.SAXException

Thrown to indicate that an error has occured while the XMLProperties file is being parsed.

Copyright: Copyright (c) 21 January 2004

Version:
1.0, 18 January 2004

Nested Class Summary
 
Nested classes inherited from class java.lang.Throwable
 
Field Summary
 
Fields inherited from class org.xml.sax.SAXException
 
Fields inherited from class java.lang.Exception
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
XMLPropertiesFormatException(java.lang.Exception e)
          Creates an XMLPropertiesFormatException which wraps an existing exception.
XMLPropertiesFormatException(java.lang.String msg)
          Creates an XMLPropertiesFormatException with a detailed message.
XMLPropertiesFormatException(java.lang.String msg, java.lang.Exception e)
          Creates an XMLPropertiesFormatException with a detailed message and a wrapped exception.
 
Methods inherited from class org.xml.sax.SAXException
getException, getMessage, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

XMLPropertiesFormatException

public XMLPropertiesFormatException(java.lang.Exception e)
Creates an XMLPropertiesFormatException which wraps an existing exception.


XMLPropertiesFormatException

public XMLPropertiesFormatException(java.lang.String msg)
Creates an XMLPropertiesFormatException with a detailed message.


XMLPropertiesFormatException

public XMLPropertiesFormatException(java.lang.String msg,
                                    java.lang.Exception e)
Creates an XMLPropertiesFormatException with a detailed message and a wrapped exception.