org.garret.perst
Class JSQLArithmeticException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.garret.perst.JSQLRuntimeException
                  extended by org.garret.perst.JSQLArithmeticException
All Implemented Interfaces:
java.io.Serializable

public class JSQLArithmeticException
extends JSQLRuntimeException

Exception thown in case of incorect operands for integer operations

See Also:
Serialized Form

Constructor Summary
JSQLArithmeticException(java.lang.String msg)
          Constructor of exception
 
Method Summary
 
Methods inherited from class org.garret.perst.JSQLRuntimeException
getFieldName, getTarget
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JSQLArithmeticException

public JSQLArithmeticException(java.lang.String msg)
Constructor of exception