Package org.jeasy.props.api
Class AnnotationProcessingException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.jeasy.props.api.AnnotationProcessingException
-
- All Implemented Interfaces:
Serializable
public class AnnotationProcessingException extends Exception
Exception thrown when an error occurs during the processing of an annotation.- Author:
- Mahmoud Ben Hassine (mahmoud.benhassine@icloud.com)
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AnnotationProcessingException(String message)AnnotationProcessingException(String message, Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-