org.sonatype.gshell.util
Class IllegalAnnotationError
java.lang.Object
java.lang.Throwable
java.lang.Error
org.sonatype.gshell.util.IllegalAnnotationError
- All Implemented Interfaces:
- Serializable
public class IllegalAnnotationError
- extends Error
Thrown to indicate that while processing an illegal annotation definition was discovered.
- Since:
- 2.0
- Author:
- Jason Dillon
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
IllegalAnnotationError
public IllegalAnnotationError(String msg)
IllegalAnnotationError
public IllegalAnnotationError(String msg,
Throwable cause)
IllegalAnnotationError
public IllegalAnnotationError(Throwable cause)
Copyright © 2008-2011 Sonatype. All Rights Reserved.