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

Field Summary
 
Fields inherited from class org.sape.carbon.core.config.node.NodeException
nodeName
 
Fields inherited from class org.sape.carbon.core.exception.BaseException
delegatedException
 
Fields inherited from class java.lang.Exception
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
NodeCreationException(Class sourceClass, Node parent, String nodeName, String message)
          Creates a NodeCreationException.
NodeCreationException(Class sourceClass, Node parent, String nodeName, String message, Throwable previousException)
          Creates a NodeCreationException.
 
Methods inherited from class org.sape.carbon.core.config.node.NodeException
getNodeName
 
Methods inherited from class org.sape.carbon.core.config.ConfigurationException
getSeverity
 
Methods inherited from class org.sape.carbon.core.exception.BaseException
getCause, getExceptionSource, getMessage, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, 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

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.