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

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

Introduction

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

The text is from its open source code.

Implementation

org.eclipse.jdt.core.IJavaModelStatusConstants has the following implementations.
Click this link to see all its implementation.

Field

intCP_CONTAINER_PATH_UNBOUND
Status constant indicating that a container path was not resolvable indicating either the referred container is undefined, unbound.
intINVALID_CLASSPATH
Status constant indicating that a classpath entry was invalid
intCP_VARIABLE_PATH_UNBOUND
Status constant indicating that a variable path was not resolvable indicating either the referred variable is undefined, unbound or the resolved variable path does not correspond to an existing file or folder.
intCORE_EXCEPTION
Status constant indicating a core exception occurred.
intINVALID_ELEMENT_TYPES
Status constant indicating one or more of the elements supplied are not of a valid type for the operation to process.
intNO_ELEMENTS_TO_PROCESS
Status constant indicating that no elements were provided to the operation for processing.
intELEMENT_DOES_NOT_EXIST
Status constant indicating that one or more elements supplied do not exist.
intREAD_ONLY
Status constant indicating that the operation encountered a read-only element.
intNAME_COLLISION
Status constant indicating that a naming collision would occur if the operation proceeded.
intINVALID_PATH
Status constant indicating that a path provided to an operation is invalid.
intINDEX_OUT_OF_BOUNDS
Status constant indicating the given source position is out of bounds.
intIO_EXCEPTION
Status constant indicating that an java.io.IOException occurred.
intINVALID_RESOURCE
Status indicating that a Java element could not be created because the underlying resource is invalid.
intINVALID_CLASSPATH_FILE_FORMAT
Status indicating that a .classpath file is ill-formed, and thus cannot be read/written successfully.
intCLASSPATH_CYCLE
Status indicating that a project is involved in a build path cycle.
intINCOMPATIBLE_JDK_LEVEL
Status constant indicating that a project is prerequisiting some library for which the classfile JDK version level is more recent than the project JDK target level setting.
intCOMPILER_FAILURE
Status constant indicating that a compiler failure occurred.
intELEMENT_NOT_ON_CLASSPATH
Status constant indicating that an element is not on its project's claspath.
intCANNOT_RETRIEVE_ATTACHED_JAVADOC

Status constant indicating that the attached javadoc content cannot be retrieved due to multiple reasons: invalid url, incorrect proxy, wrong authentication,...

intUNKNOWN_JAVADOC_FORMAT

Status constant indicating that the attached javadoc content format is unrecognized.

intBAD_TEXT_EDIT_LOCATION

Status constant indicating that a text edit can not be applied as there is a problem with the text edit location.

intCANNOT_RETRIEVE_ATTACHED_JAVADOC_TIMEOUT

Status constant indicating that the attached javadoc content cannot be retrieved due to timeout

intOUTPUT_LOCATION_OVERLAPPING_ANOTHER_SOURCE

Status constant indicating that the default or specific output folder is overlapping with another source location.