org.apache.camel.language
Class IllegalSyntaxException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.apache.camel.RuntimeCamelException
                  extended by org.apache.camel.language.IllegalSyntaxException
All Implemented Interfaces:
Serializable

public class IllegalSyntaxException
extends RuntimeCamelException

An exception thrown if some illegal syntax is rejected by a specific language

Version:
$Revision: 687103 $
See Also:
Serialized Form

Constructor Summary
IllegalSyntaxException(Language language, String expression)
           
IllegalSyntaxException(Language language, String expression, Throwable cause)
           
 
Method Summary
 String getExpression()
           
 Language getLanguage()
           
 
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

IllegalSyntaxException

public IllegalSyntaxException(Language language,
                              String expression)

IllegalSyntaxException

public IllegalSyntaxException(Language language,
                              String expression,
                              Throwable cause)
Method Detail

getExpression

public String getExpression()

getLanguage

public Language getLanguage()


Apache CAMEL