|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception uk.ac.ucl.cs.emofocl.jmi.ResolutionException
public class ResolutionException
Exception thrown when resolution of the suffix of a path fails in some context
Constructor Summary | |
---|---|
ResolutionException(MOFPackage originalContext,
NamedElement failureContext,
List path,
int index)
|
Method Summary | |
---|---|
NamedElement |
getFailureContext()
|
int |
getIndex()
|
String |
getMessage()
|
MOFPackage |
getOriginalContext()
|
List |
getPath()
|
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ResolutionException(MOFPackage originalContext, NamedElement failureContext, List path, int index)
Method Detail |
---|
public String getMessage()
getMessage
in class Throwable
public MOFPackage getOriginalContext()
public NamedElement getFailureContext()
public List getPath()
public int getIndex()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |