Class NoSuchClassError

java.lang.Object
java.lang.Throwable
java.lang.Error
javassist.bytecode.annotation.NoSuchClassError
All Implemented Interfaces:
Serializable

public class NoSuchClassError extends Error
Thrown if the linkage fails. It keeps the name of the class that caused this error.
See Also:
  • Constructor Details

    • NoSuchClassError

      public NoSuchClassError(String className, Error cause)
      Constructs an exception.
  • Method Details

    • getClassName

      public String getClassName()
      Returns the name of the class not found.