org.constretto.exception
Class ConstrettoExpressionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.constretto.exception.ConstrettoException
                  extended by org.constretto.exception.ConstrettoExpressionException
All Implemented Interfaces:
java.io.Serializable

public class ConstrettoExpressionException
extends ConstrettoException

Thrown when a expression could not be found, or the expression is illegal in it self.

Author:
Kaare Nilsen
See Also:
Serialized Form

Constructor Summary
ConstrettoExpressionException(java.lang.String expression, java.util.List<java.lang.String> currentTags)
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ConstrettoExpressionException

public ConstrettoExpressionException(java.lang.String expression,
                                     java.util.List<java.lang.String> currentTags)
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Throwable


Copyright © 2008-2011. All Rights Reserved.