|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
uk.co.agena.minerva.model.extendedbn.ExtendedBNException
uk.co.agena.minerva.model.extendedbn.ExtendedNodeMethodNotSupportedException
public class ExtendedNodeMethodNotSupportedException
Thrown when an attempt is made to call an implementation of a method on a subclass of ExtendedNode when there is no implementation.
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 |
---|
public ExtendedNodeMethodNotSupportedException()
public ExtendedNodeMethodNotSupportedException(java.lang.String msg)
msg
- the messagepublic ExtendedNodeMethodNotSupportedException(java.lang.Throwable throwable)
throwable
- the Throwable that caused this Exceptionpublic ExtendedNodeMethodNotSupportedException(java.lang.String msg, java.lang.Throwable throwable)
throwable
- the Throwable that caused this Exceptionmsg
- the detail message
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |