Class LoaderExceptionModCrash

  • All Implemented Interfaces:
    java.io.Serializable

    public class LoaderExceptionModCrash
    extends LoaderException
    Prevent LoaderException from adding its own stack trace to the wrapped throwable's stack trace.
    See Also:
    Serialized Form
    • Constructor Detail

      • LoaderExceptionModCrash

        public LoaderExceptionModCrash​(java.lang.String message,
                                       java.lang.Throwable cause)
    • Method Detail

      • fillInStackTrace

        public java.lang.Throwable fillInStackTrace()
        Overrides:
        fillInStackTrace in class java.lang.Throwable