ucl.physiol.neuroconstruct.gui.plotter
Class ValueNotPresentException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by ucl.physiol.neuroconstruct.gui.plotter.ValueNotPresentException
All Implemented Interfaces:
Serializable

public class ValueNotPresentException
extends Exception

Exception thrown when a value is not present

Author:
Padraig Gleeson
See Also:
Serialized Form

Constructor Summary
ValueNotPresentException()
           
ValueNotPresentException(String message)
           
ValueNotPresentException(String message, Throwable cause)
           
ValueNotPresentException(Throwable 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

ValueNotPresentException

public ValueNotPresentException()

ValueNotPresentException

public ValueNotPresentException(String message)

ValueNotPresentException

public ValueNotPresentException(String message,
                                Throwable cause)

ValueNotPresentException

public ValueNotPresentException(Throwable cause)