Example usage for org.eclipse.jdt.core JavaModelException subclass-usage

List of usage examples for org.eclipse.jdt.core JavaModelException subclass-usage

Introduction

In this page you can find the example usage for org.eclipse.jdt.core JavaModelException subclass-usage.

Usage

From source file com.codenvy.ide.ext.java.server.core.JavaModelException.java

/**
 * 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.
 * <p>
 * Instances of this class are automatically created by the Java model

From source file org.eclipse.che.jdt.core.JavaModelException.java

/**
 * 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.
 * <p>
 * Instances of this class are automatically created by the Java model