org.ujac.util.exi
Class OperandException
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
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- NoOperandException, OperandNotSupportedException
public class OperandException
- extends ExpressionException
Name: NoOperandException
Description: The base class for operand related exceptions
- Author:
- lauerc
- See Also:
- Serialized Form
OperandException
public OperandException()
- Constructs a NoOperandException instance with no specific arguments.
OperandException
public OperandException(String msg)
- Constructs a NoOperandException instance with specific arguments.
- Parameters:
msg
- The error message.
OperandException
public OperandException(String msg,
Throwable cause)
- Constructs a NoOperandException instance with specific arguments.
- Parameters:
msg
- The error message.cause
- The original cause.
Copyright © 2003-2004 UJAC.org. All Rights Reserved.