public class

ClassNotFound

extends Exception
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ sun.tools.java.ClassNotFound
Known Direct Subclasses

Class Overview

This exception is thrown when a class definition is needed and the class can't be found. WARNING: The contents of this source file are not part of any supported API. Code that depends on them does so at its own risk: they are subject to change or removal without notice.

Summary

Fields
public Identifier name The class that was not found
Public Constructors
ClassNotFound(Identifier nm)
Create a ClassNotFound exception
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Fields

public Identifier name

The class that was not found

Public Constructors

public ClassNotFound (Identifier nm)

Create a ClassNotFound exception