Class NetworkFuzzerException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.cyclops.integrateddynamics.gametest.fuzzing.NetworkFuzzerException
- All Implemented Interfaces:
Serializable
Exception thrown by NetworkFuzzer when an error occurs during network generation.
This exception is intended to be caught and converted to a GameTestAssertException.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionNetworkFuzzerException(String message) NetworkFuzzerException(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
NetworkFuzzerException
-
NetworkFuzzerException
-