uk.co.agena.minerva.util.nptgenerator
Class NPTGeneratorInsufficientStateRangeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by uk.co.agena.minerva.util.nptgenerator.NPTGeneratorInsufficientStateRangeException
All Implemented Interfaces:
java.io.Serializable

public class NPTGeneratorInsufficientStateRangeException
extends java.lang.Exception

See Also:
Serialized Form

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

NPTGeneratorInsufficientStateRangeException

public NPTGeneratorInsufficientStateRangeException()
Constructs an empty NPTGeneratorInsufficientStateRangeException.


NPTGeneratorInsufficientStateRangeException

public NPTGeneratorInsufficientStateRangeException(java.lang.String msg)
Constructs a NPTGeneratorInsufficientStateRangeException with the specified message.

Parameters:
msg - the message

NPTGeneratorInsufficientStateRangeException

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

Parameters:
throwable - the Throwable that caused this Exception

NPTGeneratorInsufficientStateRangeException

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

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

NPTGeneratorInsufficientStateRangeException

public 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.

Parameters:
msg - the message
Method Detail

getNodeWithInsufficientRange

public ExtendedNode getNodeWithInsufficientRange()
Returns:
Returns the nodeWithInsufficientRange.

getValueToContain

public double getValueToContain()
Returns:
Returns the valueToContain.


Copyright © 2006 Agena Ltd. All Rights Reserved.