org.milyn.scribe
Class AnnotationNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by 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

Constructor Summary
AnnotationNotFoundException()
           
AnnotationNotFoundException(String message)
           
AnnotationNotFoundException(String message, Throwable cause)
           
AnnotationNotFoundException(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

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 © 2014. All Rights Reserved.