org.chromattic.api
Class NoSuchNodeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.chromattic.api.ChromatticException
                  extended by org.chromattic.api.NoSuchNodeException
All Implemented Interfaces:
java.io.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

Constructor Summary
NoSuchNodeException()
           
NoSuchNodeException(java.lang.String message)
           
NoSuchNodeException(java.lang.String message, java.lang.Throwable cause)
           
NoSuchNodeException(java.lang.Throwable cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NoSuchNodeException

public NoSuchNodeException()

NoSuchNodeException

public NoSuchNodeException(java.lang.String message)

NoSuchNodeException

public NoSuchNodeException(java.lang.String message,
                           java.lang.Throwable cause)

NoSuchNodeException

public NoSuchNodeException(java.lang.Throwable cause)


Copyright © 2010 eXo Platform SAS. All Rights Reserved.