org.semanticweb.owl.profiles
Class AxiomsNotAllowed

java.lang.Object
  extended by org.semanticweb.owl.profiles.ConstructNotAllowed<java.util.Set<OWLAxiom>>
      extended by org.semanticweb.owl.profiles.AxiomsNotAllowed

public class AxiomsNotAllowed
extends ConstructNotAllowed<java.util.Set<OWLAxiom>>

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


Constructor Summary
AxiomsNotAllowed(ConstructNotAllowed cause, java.util.Set<OWLAxiom> construct)
           
AxiomsNotAllowed(java.util.Set<OWLAxiom> construct)
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class org.semanticweb.owl.profiles.ConstructNotAllowed
getCause, getConstruct, getReason
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AxiomsNotAllowed

public AxiomsNotAllowed(java.util.Set<OWLAxiom> construct)

AxiomsNotAllowed

public AxiomsNotAllowed(ConstructNotAllowed cause,
                        java.util.Set<OWLAxiom> construct)
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class ConstructNotAllowed<java.util.Set<OWLAxiom>>