args4j 2.0.12-redhat-1

org.kohsuke.args4j
Class IllegalAnnotationError

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Error
          extended by org.kohsuke.args4j.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 arguments supplied by the user is wrong. Hence this class is an Error.

Author:
Kohsuke Kawaguchi
See Also:
Serialized Form

Constructor Summary
IllegalAnnotationError(String message)
           
IllegalAnnotationError(String message, Throwable cause)
           
IllegalAnnotationError(Throwable cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IllegalAnnotationError

public IllegalAnnotationError(String message)

IllegalAnnotationError

public IllegalAnnotationError(String message,
                              Throwable cause)

IllegalAnnotationError

public IllegalAnnotationError(Throwable cause)

args4j 2.0.12-redhat-1

Copyright © 2003-2012 JBoss by Red Hat. All Rights Reserved.