Class InvalidValueTypeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.cyclops.integrateddynamics.api.evaluate.EvaluationException
org.cyclops.integrateddynamics.api.evaluate.InvalidValueTypeException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
IValueCastRegistry.ValueCastException
An exception to signal mismatching variable types.
- See Also:
-
Constructor Summary
ConstructorDescriptionInvalidValueTypeException
(net.minecraft.network.chat.MutableComponent errorMessage) -
Method Summary
Methods inherited from class org.cyclops.integrateddynamics.api.evaluate.EvaluationException
addResolutionListeners, getErrorMessage, isRetryEvaluation, resolve, setRetryEvaluation
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InvalidValueTypeException
public InvalidValueTypeException(net.minecraft.network.chat.MutableComponent errorMessage)
-