org.ujac.util.exi
Class NoOperandException

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
                          extended by 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

Constructor Summary
NoOperandException()
          Constructs a NoOperandException instance with no specific arguments.
NoOperandException(String msg)
          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

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.