org.chromattic.api
Class NoSuchNodeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.chromattic.api.ChromatticException
org.chromattic.api.NoSuchNodeException
- All Implemented Interfaces:
- Serializable
public class NoSuchNodeException
- extends ChromatticException
Indicates that a required node does not exist and is preventing a chromattic operation to be executed.
- Version:
- $Revision$
- Author:
- Julien Viet
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
NoSuchNodeException
public NoSuchNodeException()
NoSuchNodeException
public NoSuchNodeException(String message)
NoSuchNodeException
public NoSuchNodeException(String message,
Throwable cause)
NoSuchNodeException
public NoSuchNodeException(Throwable cause)
Copyright © 2010 eXo Platform SAS. All Rights Reserved.