com.tonbeller.jpivot.olap.navi
Class ExpressionParser.InvalidSyntaxException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.tonbeller.jpivot.util.JPivotException
              extended by com.tonbeller.jpivot.olap.navi.ExpressionParser.InvalidSyntaxException
All Implemented Interfaces:
java.io.Serializable
Enclosing interface:
ExpressionParser

public static class ExpressionParser.InvalidSyntaxException
extends JPivotException

See Also:
Serialized Form

Constructor Summary
ExpressionParser.InvalidSyntaxException()
           
ExpressionParser.InvalidSyntaxException(java.lang.String message)
           
ExpressionParser.InvalidSyntaxException(java.lang.String message, java.lang.Throwable cause)
           
ExpressionParser.InvalidSyntaxException(java.lang.Throwable cause)
           
 
Method Summary
 
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

ExpressionParser.InvalidSyntaxException

public ExpressionParser.InvalidSyntaxException()

ExpressionParser.InvalidSyntaxException

public ExpressionParser.InvalidSyntaxException(java.lang.String message)

ExpressionParser.InvalidSyntaxException

public ExpressionParser.InvalidSyntaxException(java.lang.String message,
                                               java.lang.Throwable cause)

ExpressionParser.InvalidSyntaxException

public ExpressionParser.InvalidSyntaxException(java.lang.Throwable cause)