Class JazzerApiException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.code_intelligence.jazzer.api.JazzerApiException
All Implemented Interfaces:
Serializable

public final class JazzerApiException extends RuntimeException
Signals error from the Jazzer API (e.g. invalid arguments to Jazzer.maximize(long, long, long, int, int)).

This exception is treated as a fatal error by the fuzzing engine rather than as a finding in the code under test. When thrown during fuzzing, it stops the current fuzz test with an error instead of reporting a bug in the fuzz target.

See Also:
  • Constructor Details

    • JazzerApiException

      public JazzerApiException(String message)
    • JazzerApiException

      public JazzerApiException(String message, Throwable cause)
    • JazzerApiException

      public JazzerApiException(Throwable cause)