org.milyn.scribe
Class NoMethodWithAnnotationFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.milyn.scribe.NoMethodWithAnnotationFoundException
- All Implemented Interfaces:
- java.io.Serializable
public class NoMethodWithAnnotationFoundException
- extends java.lang.RuntimeException
Is thrown when no 'expected' method was found with a certain annotation.
- 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 |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
NoMethodWithAnnotationFoundException
public NoMethodWithAnnotationFoundException()
NoMethodWithAnnotationFoundException
public NoMethodWithAnnotationFoundException(java.lang.String message)
- Parameters:
message -
NoMethodWithAnnotationFoundException
public NoMethodWithAnnotationFoundException(java.lang.Throwable cause)
- Parameters:
cause -
NoMethodWithAnnotationFoundException
public NoMethodWithAnnotationFoundException(java.lang.String message,
java.lang.Throwable cause)
- Parameters:
message - cause -
Copyright © 2011. All Rights Reserved.