org.jicengine.expression
Class SyntaxException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.jicengine.util.ChainedException
              extended byorg.jicengine.expression.SyntaxException
All Implemented Interfaces:
java.io.Serializable

public class SyntaxException
extends ChainedException

Author:
.timo
See Also:
Serialized Form

Constructor Summary
SyntaxException(java.lang.String message)
           
SyntaxException(java.lang.String message, java.lang.Throwable cause)
           
 
Methods inherited from class org.jicengine.util.ChainedException
initCause, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SyntaxException

public SyntaxException(java.lang.String message)

SyntaxException

public SyntaxException(java.lang.String message,
                       java.lang.Throwable cause)