saker.java.compiler Documentation TaskDoc JavaDoc Packages
public final class ElementTypeNotFoundException extends EnumerationNotFoundException
Exception thrown when an ElementType 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 ElementType enumeration value.

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

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