org.sape.carbon.core.config.node
Class NodeCreationException
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.NodeCreationException
- All Implemented Interfaces:
- Exceptionable, Serializable
- public class NodeCreationException
- extends NodeException
Signifies there was a problem creating a Node
.
Copyright 2002 Sapient
- Since:
- carbon 1.0
- Version:
- $Revision: 1.16 $($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 |
|
NodeCreationException
public NodeCreationException(Class sourceClass,
Node parent,
String nodeName,
String message,
Throwable previousException)
- Creates a NodeCreationException.
- Parameters:
sourceClass
- the class in which this exception occurred.parent
- the Parent Node in which the child node was attempted
to be created.nodeName
- the name of the node that was attempted to be created.message
- the reason for the failure to created the node.previousException
- the exception that caused this failure.
NodeCreationException
public NodeCreationException(Class sourceClass,
Node parent,
String nodeName,
String message)
- Creates a NodeCreationException.
- Parameters:
sourceClass
- the class in which this exception occurred.parent
- the Parent Node in which the child node was attempted
to be created.nodeName
- the name of the node that was attempted to be created.message
- the reason for the failure to created the node.
Copyright 1999-2003 Sapient Corporation. All Rights Reserved.