Package org.kohsuke.args4j
Class IllegalAnnotationError
java.lang.Object
java.lang.Throwable
java.lang.Error
org.kohsuke.args4j.IllegalAnnotationError
- All Implemented Interfaces:
Serializable
Signals an incorrect use of args4j annotations.
This only happens when there's something wrong with the way you use
args4j in your code--not when the user's arguments are wrong.
Therefore, this class is an Error
.
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionIllegalAnnotationError
(String message) IllegalAnnotationError
(String message, Throwable cause) IllegalAnnotationError
(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
-
Constructor Details
-
IllegalAnnotationError
-
IllegalAnnotationError
-
IllegalAnnotationError
-