public class IllegalAnnotationError
extends java.lang.Error
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
.
Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID |
Constructor and Description |
---|
IllegalAnnotationError(java.lang.String message) |
IllegalAnnotationError(java.lang.String message,
java.lang.Throwable cause) |
IllegalAnnotationError(java.lang.Throwable cause) |
private static final long serialVersionUID