jACOB 2.7 API Documentation.

de.tif.jacob.core.exception
Class InvalidExpressionException

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
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
ValueOutOfRangeException, ValueTooBigException, ValueTooSmallException

public class InvalidExpressionException
extends UserException

This exception indicates that an invalid expression has been entered.

See Also:
Serialized Form

Field Summary
static int BINARY_TYPE
          Internal binary type.
static int LONGTEXT_TYPE
          Internal long text type.
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.
 
Constructor Summary
InvalidExpressionException(java.lang.String expression)
          Constructs the InvalidExpressionException.
InvalidExpressionException(java.lang.String expression, java.lang.Exception cause)
          Constructs the InvalidExpressionException.
InvalidExpressionException(java.lang.String expression, int type)
          Constructs the InvalidExpressionException.
InvalidExpressionException(java.lang.String expression, java.lang.String message)
          Constructs the InvalidExpressionException.
InvalidExpressionException(java.lang.String expression, java.lang.String message, java.lang.Exception cause)
          Constructs the InvalidExpressionException.
 
Method Summary
 java.lang.String getExpression()
          Returns the invalid expression.
 
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

LONGTEXT_TYPE

public static final int LONGTEXT_TYPE
Internal long text type.

See Also:
Constant Field Values

BINARY_TYPE

public static final int BINARY_TYPE
Internal binary type.

See Also:
Constant Field Values
Constructor Detail

InvalidExpressionException

public InvalidExpressionException(java.lang.String expression,
                                  java.lang.Exception cause)
Constructs the InvalidExpressionException.

Parameters:
expression - the invalid expression
cause - a further cause

InvalidExpressionException

public InvalidExpressionException(java.lang.String expression,
                                  java.lang.String message,
                                  java.lang.Exception cause)
Constructs the InvalidExpressionException.

Parameters:
expression - the invalid expression
message - an additional message
cause - a further cause

InvalidExpressionException

public InvalidExpressionException(java.lang.String expression,
                                  java.lang.String message)
Constructs the InvalidExpressionException.

Parameters:
expression - the invalid expression
message - an additional message

InvalidExpressionException

public InvalidExpressionException(java.lang.String expression)
Constructs the InvalidExpressionException.

Parameters:
expression - the invalid expression

InvalidExpressionException

public InvalidExpressionException(java.lang.String expression,
                                  int type)
Constructs the InvalidExpressionException.

Parameters:
expression - the invalid expression
type - an additional type
See Also:
BINARY_TYPE, LONGTEXT_TYPE
Method Detail

getExpression

public java.lang.String getExpression()
Returns the invalid expression.

Returns:
the invalid expression

jACOB 2.7 API Documentation.