org.sape.carbon.core.config.node
Class NodeNotFoundException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--org.sape.carbon.core.exception.BaseException
|
+--org.sape.carbon.core.config.ConfigurationException
|
+--org.sape.carbon.core.config.node.NodeException
|
+--org.sape.carbon.core.config.node.NodeNotFoundException
- All Implemented Interfaces:
- Exceptionable, Serializable
- public class NodeNotFoundException
- extends NodeException
Thrown when a requested configuration Node
is not found.
Copyright 2002 Sapient
- Since:
- carbon 1.0
- Version:
- $Revision: 1.11 $($Author: dvoet $ / $Date: 2003/05/05 21:21:18 $)
- Author:
- Douglas Voet, February 2002
- See Also:
- Serialized Form
Fields inherited from class java.lang.Exception |
|
Fields inherited from class java.lang.Throwable |
|
NodeNotFoundException
public NodeNotFoundException(Class sourceClass,
String nodeName,
Throwable previousException)
- Constructs a NodeNotFoundException.
- Parameters:
sourceClass
- the class in which this exception was caused.nodeName
- the name of the configuration node to which this
failure is related.previousException
- the exception that may have caused this
failure.
NodeNotFoundException
public NodeNotFoundException(Class sourceClass,
String nodeName)
- Constructs a NodeNotFoundException.
- Parameters:
sourceClass
- the class in which this exception was caused.nodeName
- the name of the configuration node to which this
failure is related.
Copyright 1999-2003 Sapient Corporation. All Rights Reserved.