public class BugInCF extends RuntimeException
Constructor and Description |
---|
BugInCF(String message)
Constructs a new CheckerError with the specified detail message and no cause (use this at the
root cause).
|
BugInCF(String fmt,
Object... args)
Constructs a new CheckerError with a detail message composed from the given arguments, and
with no cause (use this at the root cause).
|
BugInCF(String message,
Throwable cause)
Constructs a new CheckerError with the specified detail message and cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public BugInCF(String message)
message
- the detail messagepublic BugInCF(String fmt, Object... args)
fmt
- the format stringargs
- the arguments for the format string