Java org.eclipse.jdt.core JavaModelException fields, constructors, methods, implement or subclass

Example usage for Java org.eclipse.jdt.core JavaModelException fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.eclipse.jdt.core JavaModelException.

The text is from its open source code.

Subclass

org.eclipse.jdt.core.JavaModelException has subclasses.
Click this link to see all its subclasses.

Constructor

JavaModelException(Throwable e, int code)
Creates a Java model exception that wrappers the given Throwable.
JavaModelException(CoreException exception)
Creates a Java model exception for the given CoreException.
JavaModelException(IJavaModelStatus status)
Creates a Java model exception for the given Java-specific status object.
JavaModelException(IStatus status)
Creates a Java model exception for the given status object.

Method

ThrowablegetException()
Returns the underlying Throwable that caused the failure.
IJavaModelStatusgetJavaModelStatus()
Returns the Java model status object for this exception.
booleanisDoesNotExist()
Returns whether this exception indicates that a Java model element does not exist.
voidprintStackTrace(PrintStream output)
Prints this exception's stack trace to the given print stream.
voidprintStackTrace(PrintWriter output)
Prints this exception's stack trace to the given print writer.
StringtoString()