jbet
Class ElementNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
jbet.ElementNotFoundException
- All Implemented Interfaces:
- java.io.Serializable
public class ElementNotFoundException
- extends java.lang.Exception
This class defines the exception thrown when jbet can not find the
class, method, or field requested.
$Id: ElementNotFoundException.java,v 1.7 2003/09/09 17:31:53 areisse Exp $
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ElementNotFoundException
public ElementNotFoundException(java.lang.String cname,
java.lang.String name,
Descriptor d)
ElementNotFoundException
public ElementNotFoundException(java.lang.String cname,
java.lang.String name,
Descriptor d,
java.lang.String reason)
getMessage
public java.lang.String getMessage()
- Overrides:
getMessage
in class java.lang.Throwable