saker.java.compiler Documentation TaskDoc JavaDoc Packages
public final class ElementKindNotFoundException extends EnumerationNotFoundException
Exception thrown when an ElementKind was not found in the current JVM.

Exceptions of this type can be thrown if the compilation is being done by a more recent JVM version than the one that tries to retrieve the ElementKind enumeration value.

The message returns the name of the ElementKind that was not found.

saker.java.compiler 0.8.7
Creates a new instance with the specified enum name and the IllegalArgumentException that caused it.
enumnameThe name of the ElementKind that was not found.
causeThe exception that determined that the enumeration was not found. It is the one thrown by ElementKind.valueOf(String).
NullPointerExceptionIf any of the arguments are null.