jbet
Class ClassFileNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by jbet.ClassFileException
              extended by jbet.ClassFileNotFoundException
All Implemented Interfaces:
java.io.Serializable

public class ClassFileNotFoundException
extends ClassFileException

An exception caused by a non-existant class file. Warning: consistent exception handling in JBET is still TBD. $Id: ClassFileNotFoundException.java,v 1.6 2003/09/09 17:31:53 areisse Exp $

Since:
JDK 1.1.8
See Also:
Serialized Form

Field Summary
 java.lang.String name
           
 
Constructor Summary
ClassFileNotFoundException(java.lang.String name)
           
 
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
 

Field Detail

name

public java.lang.String name
Constructor Detail

ClassFileNotFoundException

public ClassFileNotFoundException(java.lang.String name)
Method Detail

getMessage

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