kaos.ontology.util
Class BuildingNotCompleted

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

public class BuildingNotCompleted
extends java.lang.Exception

BuildingNotCompleted defines an exception to be thrown by the DAMLPolicyBuilder class when the construction of the DAML class is not finished and the method to retrive the constructed definition is called.

See Also:
Serialized Form

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

BuildingNotCompleted

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


BuildingNotCompleted

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