Class CannotLoadClassException

  • All Implemented Interfaces:
    java.io.Serializable

    public class CannotLoadClassException
    extends AssemblerException
    Exception used to report a failure to load a class.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      CannotLoadClassException​(Resource root, java.lang.String className, java.lang.ClassNotFoundException e)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getClassName()
      Answer the name of the class that was not loaded.
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • CannotLoadClassException

        public CannotLoadClassException​(Resource root,
                                        java.lang.String className,
                                        java.lang.ClassNotFoundException e)
    • Method Detail

      • getClassName

        public java.lang.String getClassName()
        Answer the name of the class that was not loaded.