org.semanticweb.owl.profiles
Class AxiomNotAllowed

java.lang.Object
  extended by org.semanticweb.owl.profiles.ConstructNotAllowed<OWLAxiom>
      extended by org.semanticweb.owl.profiles.AxiomNotAllowed

public class AxiomNotAllowed
extends ConstructNotAllowed<OWLAxiom>

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


Constructor Summary
AxiomNotAllowed(ConstructNotAllowed cause, OWLAxiom construct)
           
AxiomNotAllowed(OWLAxiom 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

AxiomNotAllowed

public AxiomNotAllowed(OWLAxiom construct)

AxiomNotAllowed

public AxiomNotAllowed(ConstructNotAllowed cause,
                       OWLAxiom construct)
Method Detail

toString

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