org.ujac.util.exi
Class ExpressionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.ujac.util.UjacException
org.ujac.util.template.TemplateException
org.ujac.util.exi.ExpressionException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- OperandException, StatementException, TypeCastException
public class ExpressionException
- extends TemplateException
Title: ExpressionException
Description: A class used to report exceptions, that occur in class ExpressionInterpreter.
- Author:
- lauerc
- See Also:
- Serialized Form
ExpressionException
public ExpressionException()
- Creates an instance with no specific arguments.
ExpressionException
public ExpressionException(String msg)
- Creates an instance with specific arguments.
- Parameters:
msg
- The error message.
ExpressionException
public ExpressionException(String msg,
Throwable cause)
- Creates an instance with specific arguments.
- Parameters:
msg
- The error message.cause
- The cause of the error.
Copyright © 2003-2004 UJAC.org. All Rights Reserved.