saker.java.compiler Documentation TaskDoc JavaDoc Packages
package saker.java.compiler.api.processing.exc
Contains exception types that may be thrown by the incremental Java compiler during annotation processing.
Exceptions
ElementKindNotFoundException
Exception thrown when an ElementKind was not found in the current JVM.
ElementTypeNotFoundException
Exception thrown when an ElementType was not found in the current JVM.
EnumerationArrayNotFoundException
Common exception superclass for the scenario when an enumeration value in an array cannot be found in the current JVM.
EnumerationNotFoundException
Common exception superclass for the scenario when an enumeration value cannot be found in the current JVM.
ModifierNotFoundException
Exception thrown when an Modifier was not found in the current JVM.
SourceVersionNotFoundException
Exception describing the scenario when a SourceVersion enumeration cannot be retrieved due to it not being available in the current JVM.