uk.co.agena.minerva.model.extendedbn
Class ExtendedNodeNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by uk.co.agena.minerva.model.extendedbn.ExtendedBNException
              extended by uk.co.agena.minerva.model.extendedbn.ExtendedNodeNotFoundException
All Implemented Interfaces:
java.io.Serializable

public class ExtendedNodeNotFoundException
extends ExtendedBNException

Thrown when an attempt is made to access an ExtendedNode that does not exist.

See Also:
Serialized Form

Constructor Summary
ExtendedNodeNotFoundException()
          Constructs an empty ExtendedNodeNotFoundException.
ExtendedNodeNotFoundException(java.lang.String msg)
          Constructs an ExtendedNodeNotFoundException with the specified message.
ExtendedNodeNotFoundException(java.lang.String msg, java.lang.Throwable throwable)
          Constructs an ExtendedNodeNotFoundException with the specified cause and message.
ExtendedNodeNotFoundException(java.lang.Throwable throwable)
          Constructs an ExtendedNodeNotFoundException with the specified 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

ExtendedNodeNotFoundException

public ExtendedNodeNotFoundException()
Constructs an empty ExtendedNodeNotFoundException.


ExtendedNodeNotFoundException

public ExtendedNodeNotFoundException(java.lang.String msg)
Constructs an ExtendedNodeNotFoundException with the specified message.

Parameters:
msg - the message

ExtendedNodeNotFoundException

public ExtendedNodeNotFoundException(java.lang.Throwable throwable)
Constructs an ExtendedNodeNotFoundException with the specified cause.

Parameters:
throwable - the Throwable that caused this Exception

ExtendedNodeNotFoundException

public ExtendedNodeNotFoundException(java.lang.String msg,
                                     java.lang.Throwable throwable)
Constructs an ExtendedNodeNotFoundException with the specified cause and message.

Parameters:
throwable - the Throwable that caused this Exception
msg - the detail message


Copyright © 2006 Agena Ltd. All Rights Reserved.