org.semanticweb.owl.profiles
Class DescriptionNotAllowed

java.lang.Object
  extended by org.semanticweb.owl.profiles.ConstructNotAllowed<OWLDescription>
      extended by org.semanticweb.owl.profiles.DescriptionNotAllowed

public class DescriptionNotAllowed
extends ConstructNotAllowed<OWLDescription>

Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 16-Apr-2008


Constructor Summary
DescriptionNotAllowed(ConstructNotAllowed cause, OWLDescription construct)
           
DescriptionNotAllowed(OWLDescription construct)
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class org.semanticweb.owl.profiles.ConstructNotAllowed
getCause, getConstruct
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DescriptionNotAllowed

public DescriptionNotAllowed(OWLDescription construct)

DescriptionNotAllowed

public DescriptionNotAllowed(ConstructNotAllowed cause,
                             OWLDescription construct)
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object