Class AnnotationProcessingException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.orbyfied.j8.command.annotation.AnnotationProcessingException
All Implemented Interfaces:
Serializable

public class AnnotationProcessingException extends RuntimeException
See Also:
  • Constructor Details

    • AnnotationProcessingException

      public AnnotationProcessingException()
    • AnnotationProcessingException

      public AnnotationProcessingException(String message)
    • AnnotationProcessingException

      public AnnotationProcessingException(String message, Throwable cause)
    • AnnotationProcessingException

      public AnnotationProcessingException(Throwable cause)
    • AnnotationProcessingException

      public AnnotationProcessingException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)