public class ReportedException extends Exception
Constructor and Description |
---|
ReportedException(String message,
Throwable t) |
ReportedException(Throwable theCause) |
Modifier and Type | Method and Description |
---|---|
static ReportedException |
toReported(Throwable cause,
String messageIfNotReported) |
static boolean |
wasReported(Throwable t) |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ReportedException(Throwable theCause)
public static ReportedException toReported(Throwable cause, String messageIfNotReported)
public static boolean wasReported(Throwable t)