org.favabeans.base
Class NoSuchOperandException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.favabeans.base.NoSuchOperandException
All Implemented Interfaces:
Serializable

public class NoSuchOperandException
extends Exception

See Also:
Serialized Form

Constructor Summary
NoSuchOperandException()
           
NoSuchOperandException(String detail)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NoSuchOperandException

public NoSuchOperandException()

NoSuchOperandException

public NoSuchOperandException(String detail)


Copyright © 2000-2001, Regents of the University of Minnesota. All Rights Reserved.