Class NoMixinException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalStateException
de.luckymcdev.foundryengine.common.exceptions.NoMixinException
- All Implemented Interfaces:
Serializable
An Exception which is thrown when a Mixin should have implemented a Method but hasn't.
de.luckymcdev.foundryengine.interfaces- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
NoMixinException
Constructs a newNoMixinException- Parameters:
thisObject- object whose method should have been implemented.
-