Class NetworkFuzzerException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.cyclops.integrateddynamics.gametest.fuzzing.NetworkFuzzerException
All Implemented Interfaces:
Serializable

public class NetworkFuzzerException extends Exception
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 Details

    • NetworkFuzzerException

      public NetworkFuzzerException(String message)
    • NetworkFuzzerException

      public NetworkFuzzerException(String message, Throwable cause)