org.ujac.util.template
Class AssertionException
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
org.ujac.util.template.AssertionException
- All Implemented Interfaces:
- Serializable
public class AssertionException
- extends StatementException
Name: AssertionException
Description: A class for assertion failures thrown by the ExpressionInterpreter.
- Author:
- lauerc
- See Also:
- Serialized Form
Constructor Summary |
AssertionException()
Constructs an AssertionException instance with no specific attributes. |
AssertionException(String msg)
Constructs an AssertionException instance with specific attributes. |
AssertionException
public AssertionException()
- Constructs an AssertionException instance with no specific attributes.
AssertionException
public AssertionException(String msg)
- Constructs an AssertionException instance with specific attributes.
- Parameters:
msg
- The error message.
Copyright © 2003-2004 UJAC.org. All Rights Reserved.