jbet
Class ElementNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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

Constructor Summary
ElementNotFoundException(java.lang.String cname, java.lang.String name, Descriptor d)
           
ElementNotFoundException(java.lang.String cname, java.lang.String name, Descriptor d, java.lang.String reason)
           
 
Method Summary
 java.lang.String getMessage()
           
 
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
 

Constructor Detail

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)
Method Detail

getMessage

public java.lang.String getMessage()
Overrides:
getMessage in class java.lang.Throwable