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

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

public class ExtendedNodeCreationException
extends ExtendedBNException

Thrown when there is a problem creating an ExtendedNode.

See Also:
Serialized Form

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

ExtendedNodeCreationException

public ExtendedNodeCreationException()
Constructs an empty ExtendedNodeCreationException.


ExtendedNodeCreationException

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

Parameters:
msg - the message

ExtendedNodeCreationException

public ExtendedNodeCreationException(java.lang.Throwable throwable)
Constructs a ExtendedNodeCreationException with the specified cause.

Parameters:
throwable - the Throwable that caused this Exception

ExtendedNodeCreationException

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