Class ForceLoadError

  • All Implemented Interfaces:
    Serializable

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

      • ForceLoadError

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