Class PartStateException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalArgumentException
org.cyclops.integrateddynamics.api.PartStateException
- All Implemented Interfaces:
Serializable
A runtime exception that can be thrown when a part is in an invalid state.
- See Also:
-
Constructor Summary
ConstructorDescriptionPartStateException
(org.cyclops.cyclopscore.datastructure.DimPos dimPos, net.minecraft.core.Direction side) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
PartStateException
public PartStateException(org.cyclops.cyclopscore.datastructure.DimPos dimPos, net.minecraft.core.Direction side)
-