Class 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
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, 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 Identifier name
        The class that was not found
    • Constructor Detail

      • ClassNotFound

        public ClassNotFound​(Identifier nm)
        Create a ClassNotFound exception