|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
kaos.spatial.UnsatisfiedOrientationRelation
public class UnsatisfiedOrientationRelation
UnsuportedOntologyLangageSelected defines an exception to be thrown by the Spatial Reasoner when query for valu of orientation property can not be returned as the orientation property is not satisfied
Field Summary | |
---|---|
double |
neededRotation
|
Constructor Summary | |
---|---|
UnsatisfiedOrientationRelation(double _neededRotation)
Constructs a new UnsatisfiedOrientationRelation with no detail message. |
|
UnsatisfiedOrientationRelation(java.lang.String s,
double _neededRotation)
Constructs a new UnsatisfiedOrientationRelation with a detail message. |
Method Summary |
---|
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public double neededRotation
Constructor Detail |
---|
public UnsatisfiedOrientationRelation(double _neededRotation)
public UnsatisfiedOrientationRelation(java.lang.String s, double _neededRotation)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |