org.ourgrid.common.exception
Class SyntacticalErrorAtExpressionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.ourgrid.common.exception.OurgridException
              extended by org.ourgrid.common.exception.SyntacticalErrorAtExpressionException
All Implemented Interfaces:
java.io.Serializable

public class SyntacticalErrorAtExpressionException
extends OurgridException

Used by the Matcher to signalize that the expression provided to match is syntactically wrong.

See Also:
Serialized Form

Constructor Summary
SyntacticalErrorAtExpressionException(java.lang.Throwable cause)
           
 
Method Summary
 
Methods inherited from class org.ourgrid.common.exception.OurgridException
getMessage, getStackTrace, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SyntacticalErrorAtExpressionException

public SyntacticalErrorAtExpressionException(java.lang.Throwable cause)