Class Error.Converter
java.lang.Object
com.jagrosh.jdautilities.doc.standard.Error.Converter
- All Implemented Interfaces:
DocConverter<Error>
- Enclosing class:
Error
The
DocConverter
for the @Error
annotation.-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns a String processed from the contents of the providedAnnotation
.
-
Constructor Details
-
Converter
public Converter()
-
-
Method Details
-
read
Description copied from interface:DocConverter
Returns a String processed from the contents of the providedAnnotation
.
Should never throw and/or encounter uncaught exceptions.- Specified by:
read
in interfaceDocConverter<Error>
- Parameters:
annotation
- The annotation to process.- Returns:
- A String processed from the Annotation provided.
-