kaos.spatial
Class UnsatisfiedOrientationRelation

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by kaos.spatial.UnsatisfiedOrientationRelation
All Implemented Interfaces:
java.io.Serializable

public class UnsatisfiedOrientationRelation
extends java.lang.Exception

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

Author:
KAoS Team $Revision: 1.1 $
See Also:
Serialized Form

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

neededRotation

public double neededRotation
Constructor Detail

UnsatisfiedOrientationRelation

public UnsatisfiedOrientationRelation(double _neededRotation)
Constructs a new UnsatisfiedOrientationRelation with no detail message.


UnsatisfiedOrientationRelation

public UnsatisfiedOrientationRelation(java.lang.String s,
                                      double _neededRotation)
Constructs a new UnsatisfiedOrientationRelation with a detail message. A detail message is a String that describes the exception.