public class IllegalAnnotationError extends Error
This only happens when there's something wrong with the way you use
args4j in your code, not when the arguments supplied by the user is
wrong. Hence this class is an Error
.
Constructor and Description |
---|
IllegalAnnotationError(String message) |
IllegalAnnotationError(String message,
Throwable cause) |
IllegalAnnotationError(Throwable cause) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
Copyright © 2003-2017 Kohsuke Kawaguchi. All Rights Reserved.