org.ujac.util.exi
Class NoOperandException
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.exi.OperandException
org.ujac.util.exi.NoOperandException
- All Implemented Interfaces:
- Serializable
public class NoOperandException
- extends OperandException
Name: NoOperandException
Description: An exception that is thrown if a requested operand is not defined.
- Author:
- lauerc
- See Also:
- Serialized Form
NoOperandException
public NoOperandException()
- Constructs a NoOperandException instance with no specific arguments.
NoOperandException
public NoOperandException(String msg)
- Constructs a NoOperandException instance with specific arguments.
- Parameters:
msg
- The error message.
Copyright © 2003-2004 UJAC.org. All Rights Reserved.