Class ClassNotFound

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.glassfish.rmic.tools.java.ClassNotFound
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
AmbiguousClass

public class ClassNotFound extends 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:
  • Field Details

    • name

      public Identifier name
      The class that was not found
  • Constructor Details

    • ClassNotFound

      public ClassNotFound(Identifier nm)
      Create a ClassNotFound exception