org.ujac.util.exi
Class OperandNotSupportedException

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.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

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

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.