net.sf.morph.lang
Class InvalidExpressionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.sf.morph.util.NestableRuntimeException
net.sf.morph.MorphException
net.sf.morph.lang.LanguageException
net.sf.morph.lang.InvalidExpressionException
- All Implemented Interfaces:
- java.io.Serializable
public class InvalidExpressionException
- extends LanguageException
Indicates an invalid expression was detected.
- Since:
- Nov 28, 2004
- Author:
- Matt Sgarlata
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
InvalidExpressionException
public InvalidExpressionException()
InvalidExpressionException
public InvalidExpressionException(java.lang.String message)
InvalidExpressionException
public InvalidExpressionException(java.lang.String message,
java.lang.Throwable cause)
InvalidExpressionException
public InvalidExpressionException(java.lang.Throwable cause)
Copyright © 2004-2008.