com.codemonster.surinam.export.throwable
Class MissingAnnotationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.codemonster.surinam.export.throwable.SurinamException
com.codemonster.surinam.export.throwable.IllegalServiceType
com.codemonster.surinam.export.throwable.MissingAnnotationException
- All Implemented Interfaces:
- Serializable
public class MissingAnnotationException
- extends IllegalServiceType
Annotations are a primary way that service information is captured by service developers and
passed along to the framework; if a required annotation is missing, the framework will not know
what to do with the service.
- Author:
- Samuel Provencher
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
MissingAnnotationException
public MissingAnnotationException(String message)
Copyright © 2010. All Rights Reserved.