kaos.ontology.util
Class RangeIsBasedOnAClass

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by kaos.ontology.util.RangeIsBasedOnAClass
All Implemented Interfaces:
java.io.Serializable

public class RangeIsBasedOnAClass
extends java.lang.Exception

RangeIsBasedOnAClass defines an exception to be thrown by the ontology concept class builders when the instance is added to the range already initiated with a class.

See Also:
Serialized Form

Constructor Summary
RangeIsBasedOnAClass()
          Constructs a new PolicyNameNotSet with no detail message.
RangeIsBasedOnAClass(java.lang.String s)
          Constructs a new RangeIsBasedOnAClass 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
 

Constructor Detail

RangeIsBasedOnAClass

public RangeIsBasedOnAClass()
Constructs a new PolicyNameNotSet with no detail message.


RangeIsBasedOnAClass

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