Class NodeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.ow2.clif.scenario.isac.engine.nodes.NodeException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
BadElementException,BadRootElementException,DuplicatedAttributeException,IllegalAttributeValueException,MissingAttributeException,MissingElementException,UnexpectedAttributeException,UnexpectedElementException
public class NodeException extends java.lang.Exception- Author:
- Emmanuel Varoquaux
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NodeException(java.lang.String message)
-