Package net.minecraft.gametest.framework
Class ExhaustedAttemptsException
java.lang.Object
java.lang.Throwable
net.minecraft.gametest.framework.ExhaustedAttemptsException
- All Implemented Interfaces:
Serializable
-
Constructor Summary
ConstructorsConstructorDescriptionExhaustedAttemptsException
(int pMadeAttempts, int pSuccessfulAttempts, GameTestInfo pTestInfo) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ExhaustedAttemptsException
public ExhaustedAttemptsException(int pMadeAttempts, int pSuccessfulAttempts, GameTestInfo pTestInfo)
-