com.rubecula.jquantity
Class Expression.ExpressionException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.rubecula.util.BaseException
              extended bycom.rubecula.jquantity.Expression.ExpressionException
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
Expression

static class Expression.ExpressionException
extends BaseException

Static class to define an exception encountered when parsing a formula.


Field Summary
 
Fields inherited from class java.lang.Exception
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
(package private) Expression.ExpressionException(java.lang.String message)
           
 
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

Expression.ExpressionException

Expression.ExpressionException(java.lang.String message)