Class ClassAlreadyLoadedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.spongepowered.asm.mixin.throwables.MixinException
org.spongepowered.asm.mixin.throwables.ClassAlreadyLoadedException
- All Implemented Interfaces:
java.io.Serializable
public class ClassAlreadyLoadedException extends MixinException
Exception raised when a class was loaded before mixins were able to be
applied.
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description ClassAlreadyLoadedException(java.lang.String message)ClassAlreadyLoadedException(java.lang.String message, java.lang.Throwable cause)ClassAlreadyLoadedException(java.lang.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, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Constructor Details
-
ClassAlreadyLoadedException
public ClassAlreadyLoadedException(java.lang.String message) -
ClassAlreadyLoadedException
public ClassAlreadyLoadedException(java.lang.Throwable cause) -
ClassAlreadyLoadedException
public ClassAlreadyLoadedException(java.lang.String message, java.lang.Throwable cause)
-