public class BugInCF
extends java.lang.RuntimeException
Constructor and Description |
---|
BugInCF(java.lang.String message)
Constructs a new CheckerError with the specified detail message and no cause (use this at the
root cause).
|
BugInCF(java.lang.String fmt,
java.lang.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(java.lang.String message,
java.lang.Throwable cause)
Constructs a new CheckerError with the specified detail message and cause.
|
public BugInCF(java.lang.String message)
message
- the detail messagepublic BugInCF(java.lang.String fmt, java.lang.Object... args)
fmt
- the format stringargs
- the arguments for the format stringpublic BugInCF(java.lang.String message, java.lang.Throwable cause)
message
- the detail messagecause
- the cause