public class AnnotationFormatError extends Error
Constructor and Description |
---|
AnnotationFormatError(String message)
Constructs an instance with the message provided.
|
AnnotationFormatError(String message,
Throwable cause)
Constructs an instance with a message and a cause.
|
AnnotationFormatError(Throwable cause)
Constructs an instance with a cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public AnnotationFormatError(String message)
message
- the details of the error.public AnnotationFormatError(String message, Throwable cause)
message
- the details of the error.cause
- the cause of the error or null
if none.public AnnotationFormatError(Throwable cause)
null
, then cause.toString()
is used as the
error's message.cause
- the cause of the error or null
if none.