Class CannotLoadClassException

All Implemented Interfaces:
Serializable

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

  • Method Details

    • getClassName

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