kaos.ontology.util
Class RangeIsBasedOnInstances

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

public class RangeIsBasedOnInstances
extends java.lang.Exception

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

See Also:
Serialized Form

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

RangeIsBasedOnInstances

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


RangeIsBasedOnInstances

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