ElegantJ Data Tables Java API Specification v1.1

com.elegantj.data.parser.exceptions
Class InvalidExpressionException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.elegantj.data.parser.exceptions.ParserException
              extended bycom.elegantj.data.parser.exceptions.InvalidExpressionException
All Implemented Interfaces:
java.io.Serializable

public class InvalidExpressionException
extends ParserException

The InvalidExpressionException is thrown when the scanned buffer in not valid.

See Also:
Serialized Form

Constructor Summary
InvalidExpressionException()
          Creates an InvalidExpressionException with no specified detail message.
InvalidExpressionException(java.lang.String detail_in)
          Creates an InvalidExpressionException with the specified detail 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

InvalidExpressionException

public InvalidExpressionException()
Creates an InvalidExpressionException with no specified detail message.


InvalidExpressionException

public InvalidExpressionException(java.lang.String detail_in)
Creates an InvalidExpressionException with the specified detail message.

Parameters:
detail_in - the detail message

ElegantJ Data Tables Java API Specification v1.1

Submit a bug or feature

Copyright(c)
Elegant Microweb Technologies Pvt. Ltd.
www.elegantmicroweb.com
www.elegantjbeans.com
All Rights Reserved.