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