Class ForceLoadError

  • All Implemented Interfaces:
    java.io.Serializable

    public class ForceLoadError
    extends java.lang.Error
    Special error to be propagated when force-loading a class fails.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      ForceLoadError​(java.lang.String className, java.lang.Throwable cause)
      Create a new force load error
    • 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
    • Constructor Detail

      • ForceLoadError

        public ForceLoadError​(java.lang.String className,
                              java.lang.Throwable cause)
        Create a new force load error
        Parameters:
        className - full name of offending class
        cause - what caused the failure