jACOB 2.7 API Documentation.

de.tif.jacob.core.exception
Class ValueTooBigException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by de.tif.jacob.core.exception.UserException
              extended by de.tif.jacob.core.exception.InvalidExpressionException
                  extended by de.tif.jacob.core.exception.ValueTooBigException
All Implemented Interfaces:
java.io.Serializable

public class ValueTooBigException
extends InvalidExpressionException

This exception indicates that a given value is too big.

See Also:
Serialized Form

Field Summary
static java.lang.String RCS_ID
          The internal revision control system id.
static java.lang.String RCS_REV
          The internal revision control system id in short form.
 
Fields inherited from class de.tif.jacob.core.exception.InvalidExpressionException
BINARY_TYPE, LONGTEXT_TYPE
 
Constructor Summary
ValueTooBigException(java.lang.Object value, java.lang.Object max)
          Constructs the ValueTooBigException.
 
Method Summary
 
Methods inherited from class de.tif.jacob.core.exception.InvalidExpressionException
getExpression
 
Methods inherited from class de.tif.jacob.core.exception.UserException
getLocalizedMessage, getMessage
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

RCS_ID

public static final transient java.lang.String RCS_ID
The internal revision control system id.

See Also:
Constant Field Values

RCS_REV

public static final transient java.lang.String RCS_REV
The internal revision control system id in short form.

See Also:
Constant Field Values
Constructor Detail

ValueTooBigException

public ValueTooBigException(java.lang.Object value,
                            java.lang.Object max)
Constructs the ValueTooBigException.

Parameters:
value - the value which is too big
max - the maximum value

jACOB 2.7 API Documentation.