TPTP 4.5.0 Platform Project
Internal API Specification

org.eclipse.hyades.models.internal.sdb.util
Interface IUnresolvedResourceHelper


public interface IUnresolvedResourceHelper


Field Summary
static int ABORT_WITHOUT_EXCEPTION
           
static int CONTINUE
           
static int RETRY
           
 
Method Summary
 int uriException(org.eclipse.emf.common.util.URI uri, java.lang.Exception e)
           
 

Field Detail

CONTINUE

static final int CONTINUE
See Also:
Constant Field Values

ABORT_WITHOUT_EXCEPTION

static final int ABORT_WITHOUT_EXCEPTION
See Also:
Constant Field Values

RETRY

static final int RETRY
See Also:
Constant Field Values
Method Detail

uriException

int uriException(org.eclipse.emf.common.util.URI uri,
                 java.lang.Exception e)

TPTP 4.5.0 Platform Project
Internal API Specification