kaos.ontology.util
Class AlreadyComplement

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

public class AlreadyComplement
extends java.lang.Exception

AlreadyComplement defines an exception to be thrown by the DAMLPolicyBuilder class when a property range, which already a complement, is again made complement.

See Also:
Serialized Form

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

AlreadyComplement

public AlreadyComplement()
Constructs a new AlreadyComplement with no detail message.


AlreadyComplement

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