org.ujac.util.exi
Class OperandException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.ujac.util.UjacException
              extended by org.ujac.util.template.TemplateException
                  extended by org.ujac.util.exi.ExpressionException
                      extended by 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

Constructor Summary
OperandException()
          Constructs a NoOperandException instance with no specific arguments.
OperandException(String msg)
          Constructs a NoOperandException instance with specific arguments.
OperandException(String msg, Throwable cause)
          Constructs a NoOperandException instance with specific arguments.
 
Method Summary
 
Methods inherited from class org.ujac.util.UjacException
getOriginalCause, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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.