org.milyn.scribe
Class IllegalAnnotationUsageException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.milyn.scribe.IllegalAnnotationUsageException
- All Implemented Interfaces:
- Serializable
public class IllegalAnnotationUsageException
- extends RuntimeException
A IllegalAnnotationUsageException is thrown when a Annotation
was used in a wrong 'illegal' way.
- Author:
- maurice.zeijen@smies.com
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
IllegalAnnotationUsageException
public IllegalAnnotationUsageException()
IllegalAnnotationUsageException
public IllegalAnnotationUsageException(String message)
- Parameters:
message -
IllegalAnnotationUsageException
public IllegalAnnotationUsageException(Throwable cause)
- Parameters:
cause -
IllegalAnnotationUsageException
public IllegalAnnotationUsageException(String message,
Throwable cause)
- Parameters:
message - cause -
Copyright © 2018. All rights reserved.