Class GuidanceException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- edu.berkeley.cs.jqf.fuzz.guidance.GuidanceException
-
- All Implemented Interfaces:
Serializable
public class GuidanceException extends RuntimeException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GuidanceException(String msg)
GuidanceException(String msg, Throwable e)
GuidanceException(Throwable e)
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
wrap(ThrowingRunnable task)
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Method Detail
-
wrap
public static void wrap(ThrowingRunnable task)
-
-