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

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.ExtendedNodeMethodNotSupportedException
All Implemented Interfaces:
java.io.Serializable

public class ExtendedNodeMethodNotSupportedException
extends ExtendedBNException

Thrown when an attempt is made to call an implementation of a method on a subclass of ExtendedNode when there is no implementation.

See Also:
Serialized Form

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

ExtendedNodeMethodNotSupportedException

public ExtendedNodeMethodNotSupportedException()
Constructs an empty ExtendedNodeMethodNotSupportedException.


ExtendedNodeMethodNotSupportedException

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

Parameters:
msg - the message

ExtendedNodeMethodNotSupportedException

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

Parameters:
throwable - the Throwable that caused this Exception

ExtendedNodeMethodNotSupportedException

public ExtendedNodeMethodNotSupportedException(java.lang.String msg,
                                               java.lang.Throwable throwable)
Constructs an ExtendedNodeMethodNotSupportedException 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.