Serialized Form

Class org.codehaus.dna.ConfigurationException extends java.lang.Exception implements Serializable

Serialized Fields

m_cause

java.lang.Throwable m_cause
The exception that caused this exception if any.


m_path

java.lang.String m_path
The xpath to the configuration element that caused the exception. This may be null or empty if not relevent or not known.


m_location

java.lang.String m_location
A string describing the location of the configuration element that caused the exception. This may be null or empty if not relevent or not known. The location is usally formatted according to uri[:line number[:column number]]. Note that the line and column numbers may not be present.


Class org.codehaus.dna.MissingResourceException extends java.lang.Exception implements Serializable

Serialized Fields

m_cause

java.lang.Throwable m_cause
The exception that caused this exception if any.


m_key

java.lang.String m_key
The resource key that caused the problem.



Copyright © 2003-2004 Codehaus. All Rights Reserved.