Class IllegalAnnotationError

  • All Implemented Interfaces:
    Serializable

    public class IllegalAnnotationError
    extends Error
    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.

    Author:
    Kohsuke Kawaguchi
    See Also:
    Serialized Form
    • Constructor Detail

      • IllegalAnnotationError

        public IllegalAnnotationError​(String message)
      • IllegalAnnotationError

        public IllegalAnnotationError​(String message,
                                      Throwable cause)
      • IllegalAnnotationError

        public IllegalAnnotationError​(Throwable cause)