Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
C
- CodeGenerationError - Exception Class in org.tquadrat.foundation.ap
-
The error that will be thrown when there is a problem with the code generation during annotation processing.
- CodeGenerationError() - Constructor for exception class org.tquadrat.foundation.ap.CodeGenerationError
-
Constructs a new error with
null
as its detail message. - CodeGenerationError(String) - Constructor for exception class org.tquadrat.foundation.ap.CodeGenerationError
-
Constructs a new error with the specified detail message.
- CodeGenerationError(String, Throwable) - Constructor for exception class org.tquadrat.foundation.ap.CodeGenerationError
-
Constructs a new error with the specified detail message and cause.
Note that the detail message associated withcause
is not automatically incorporated in this error's detail message. - CodeGenerationError(Throwable) - Constructor for exception class org.tquadrat.foundation.ap.CodeGenerationError
-
Constructs a new error with the specified cause and a detail message of
(cause==null ? null : cause.toString())
(which typically contains the class and detail message ofcause
).
This constructor is useful for errors that are little more than wrappers for other instances of Throwable. - composeMessage(CharSequence) - Method in class org.tquadrat.foundation.ap.APBase
-
Adds the name of the annotation processor to the given message.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form