org.ujac.util.template
Class StatementException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.ujac.util.UjacException
org.ujac.util.template.TemplateException
org.ujac.util.exi.ExpressionException
org.ujac.util.template.StatementException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- AssertionException
public class StatementException
- extends ExpressionException
Name: StatementException
Description: A class used to report exceptions, that occur in class ExpressionInterpreter when handling statements.
- Author:
- lauerc
- See Also:
- Serialized Form
StatementException
public StatementException()
- Creates an instance with no specific arguments.
StatementException
public StatementException(String msg)
- Creates an instance with specific arguments.
- Parameters:
msg
- The error message.
StatementException
public StatementException(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.