|
|||||||||
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.util.nptgenerator.NPTGeneratorInsufficientStateRangeException
public class NPTGeneratorInsufficientStateRangeException
Constructor Summary | |
---|---|
NPTGeneratorInsufficientStateRangeException()
Constructs an empty NPTGeneratorInsufficientStateRangeException. |
|
NPTGeneratorInsufficientStateRangeException(java.lang.String msg)
Constructs a NPTGeneratorInsufficientStateRangeException with the specified message. |
|
NPTGeneratorInsufficientStateRangeException(java.lang.String msg,
ExtendedNode insufficientStateRangeNode,
double valueToContain)
Constructs a NPTGeneratorInsufficientStateRangeException with the specified message and set the insufficient range node with out of bounds value on. |
|
NPTGeneratorInsufficientStateRangeException(java.lang.String msg,
java.lang.Throwable throwable)
Constructs a NPTGeneratorInsufficientStateRangeException with the specified cause and message. |
|
NPTGeneratorInsufficientStateRangeException(java.lang.Throwable throwable)
Constructs a NPTGeneratorInsufficientStateRangeException with the specified cause. |
Method Summary | |
---|---|
ExtendedNode |
getNodeWithInsufficientRange()
|
double |
getValueToContain()
|
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 NPTGeneratorInsufficientStateRangeException()
public NPTGeneratorInsufficientStateRangeException(java.lang.String msg)
msg
- the messagepublic NPTGeneratorInsufficientStateRangeException(java.lang.Throwable throwable)
throwable
- the Throwable that caused this Exceptionpublic NPTGeneratorInsufficientStateRangeException(java.lang.String msg, java.lang.Throwable throwable)
throwable
- the Throwable that caused this Exceptionmsg
- the detail messagepublic NPTGeneratorInsufficientStateRangeException(java.lang.String msg, ExtendedNode insufficientStateRangeNode, double valueToContain)
msg
- the messageMethod Detail |
---|
public ExtendedNode getNodeWithInsufficientRange()
public double getValueToContain()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |