Package org.glassfish.rmic.tools.java
Class ClassNotFound
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.glassfish.rmic.tools.java.ClassNotFound
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
AmbiguousClass
public class ClassNotFound extends java.lang.Exception
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.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description Identifier
name
The class that was not found
-
Constructor Summary
Constructors Constructor Description ClassNotFound(Identifier nm)
Create a ClassNotFound exception
-
-
-
Field Detail
-
name
public Identifier name
The class that was not found
-
-
Constructor Detail
-
ClassNotFound
public ClassNotFound(Identifier nm)
Create a ClassNotFound exception
-
-