Package Summary  Overview Summary

class:BootstrapMethodError [NONE]

constructor:BootstrapMethodError() [NONE]

  • BootstrapMethodError

    public BootstrapMethodError()
    Constructs a BootstrapMethodError with no detail message.

constructor:BootstrapMethodError(java.lang.String) [NONE]

  • BootstrapMethodError

    public BootstrapMethodError(String s)
    Constructs a BootstrapMethodError with the specified detail message.
    Parameters:
    s - the detail message.

constructor:BootstrapMethodError(java.lang.String, java.lang.Throwable) [NONE]

  • BootstrapMethodError

    public BootstrapMethodError(String s,
                                Throwable cause)
    Constructs a BootstrapMethodError with the specified detail message and cause.
    Parameters:
    s - the detail message.
    cause - the cause, may be null.

constructor:BootstrapMethodError(java.lang.Throwable) [NONE]

  • BootstrapMethodError

    public BootstrapMethodError(Throwable cause)
    Constructs a BootstrapMethodError with the specified cause.
    Parameters:
    cause - the cause, may be null.