public class UserError
extends java.lang.RuntimeException
| Constructor and Description |
|---|
UserError(java.lang.String message)
Constructs a new CheckerError with the specified detail message.
|
UserError(java.lang.String fmt,
java.lang.Object... args)
Constructs a new CheckerError with a detail message composed from the given arguments.
|
public UserError(java.lang.String message)
message - the detail messagepublic UserError(java.lang.String fmt,
java.lang.Object... args)
fmt - the format stringargs - the arguments for the format string