Class JavaModelException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.eclipse.core.runtime.CoreException
org.aspectj.org.eclipse.jdt.core.JavaModelException
All Implemented Interfaces:
Serializable

public class JavaModelException extends org.eclipse.core.runtime.CoreException
A checked exception representing a failure in the Java model. Java model exceptions contain a Java-specific status object describing the cause of the exception.

Instances of this class are automatically created by the Java model when problems arise, so there is generally no need for clients to create instances.

See Also: