Class AnnotationProcessorException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
ru.objectsfill.annotation_processor.exceptions.AnnotationProcessorException
All Implemented Interfaces:
Serializable

public class AnnotationProcessorException extends RuntimeException
Exception class for Annotation Processor errors.
See Also:
  • Constructor Details

    • AnnotationProcessorException

      public AnnotationProcessorException()
      Constructs an AnnotationProcessorException with a default message.
    • AnnotationProcessorException

      public AnnotationProcessorException(String message, Throwable cause)
      Constructs an AnnotationProcessorException with the specified detail message and cause.
      Parameters:
      message - the detail message
      cause - the cause