Serialized Form


Package org.eclipse.wst.common.environment

Class org.eclipse.wst.common.environment.EnvironmentException extends java.lang.Exception implements Serializable

serialVersionUID: 3978983275899402036L

Serialized Fields

status

org.eclipse.core.runtime.IStatus status
The status for this exception.

Class org.eclipse.wst.common.environment.StatusException extends EnvironmentException implements Serializable

serialVersionUID: 3618141160322119992L

Serialized Fields

choice

Choice choice
The Choice that lead to the exception being thrown, if any (ie. may be null).


Package org.eclipse.wst.common.environment.uri

Class org.eclipse.wst.common.environment.uri.URIException extends java.lang.Exception implements Serializable

serialVersionUID: 3258130271424756018L

Serialized Fields

status

org.eclipse.core.runtime.IStatus status
A Status object containing details about the exception, if applicable.


uri

IURI uri
The IURI for which the exception occured, if applicable.