ucl.physiol.neuroconstruct.utils.equation
Class EquationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by ucl.physiol.neuroconstruct.utils.equation.EquationException
All Implemented Interfaces:
Serializable

public class EquationException
extends Exception

Helper class for parsing equations

Author:
Padraig Gleeson
See Also:
Serialized Form

Constructor Summary
EquationException(String exception)
           
 
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

EquationException

public EquationException(String exception)