org.milyn.scribe
Class AnnotationNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.milyn.scribe.AnnotationNotFoundException
- All Implemented Interfaces:
- Serializable
public class AnnotationNotFoundException
- extends RuntimeException
Is thrown to indicate that an expected annotation wasn't found.
- 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 |
AnnotationNotFoundException
public AnnotationNotFoundException()
AnnotationNotFoundException
public AnnotationNotFoundException(String message)
- Parameters:
message -
AnnotationNotFoundException
public AnnotationNotFoundException(Throwable cause)
- Parameters:
cause -
AnnotationNotFoundException
public AnnotationNotFoundException(String message,
Throwable cause)
- Parameters:
message - cause -
Copyright © 2018. All rights reserved.