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

Quick Search    Search Deep

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

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended bycom.gersonworks.xml.util.XMLPropertiesException
All Implemented Interfaces:
java.io.Serializable

public class XMLPropertiesException
extends java.lang.RuntimeException

Thrown to indicate that a runtime error has occured if the XMLProperties.getPropertyValue(key, index) method is used.

Copyright: Copyright (c) 21 January 2004

Version:
1.0, 17 January 2004

Nested Class Summary
 
Nested classes inherited from class java.lang.Throwable
 
Field Summary
 
Fields inherited from class java.lang.RuntimeException
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
XMLPropertiesException()
          Constructs an XMLProperties exception with no detailed message.
XMLPropertiesException(java.lang.String msg)
          Constructs an XMLProperties exception with detailed message.
 
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

XMLPropertiesException

public XMLPropertiesException()
Constructs an XMLProperties exception with no detailed message.


XMLPropertiesException

public XMLPropertiesException(java.lang.String msg)
Constructs an XMLProperties exception with detailed message.