public class UserError extends RuntimeException
| Constructor and Description | 
|---|
UserError(String message)
Constructs a new CheckerError with the specified detail message. 
 | 
UserError(String fmt,
         Object... args)
Constructs a new CheckerError with a detail message composed from the given arguments. 
 | 
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic UserError(String message)
message - the detail message