Class SugarApplicationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.spongepowered.asm.mixin.throwables.MixinException
com.llamalad7.mixinextras.sugar.impl.SugarApplicationException
- All Implemented Interfaces:
Serializable
public class SugarApplicationException
extends org.spongepowered.asm.mixin.throwables.MixinException
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionSugarApplicationException(String message) SugarApplicationException(String message, Throwable cause) -
Method Summary
Methods inherited from class org.spongepowered.asm.mixin.throwables.MixinException
getMessage, prependMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SugarApplicationException
-
SugarApplicationException
-