Package com.code_intelligence.jazzer.api
Class JazzerApiException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.code_intelligence.jazzer.api.JazzerApiException
- All Implemented Interfaces:
Serializable
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 Summary
ConstructorsConstructorDescriptionJazzerApiException(String message) JazzerApiException(String message, Throwable cause) JazzerApiException(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
-
JazzerApiException
-
JazzerApiException
-
JazzerApiException
-