org.semanticweb.owl.profiles
Class ConstructNotAllowed<O>

java.lang.Object
  extended by org.semanticweb.owl.profiles.ConstructNotAllowed<O>
Direct Known Subclasses:
AxiomNotAllowed, AxiomsNotAllowed, DataRangeNotAllowed, DescriptionNotAllowed

public abstract class ConstructNotAllowed<O>
extends java.lang.Object

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


Constructor Summary
protected ConstructNotAllowed(ConstructNotAllowed cause, O construct)
           
protected ConstructNotAllowed(O construct)
           
 
Method Summary
 ConstructNotAllowed getCause()
           
 O getConstruct()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConstructNotAllowed

protected ConstructNotAllowed(O construct)

ConstructNotAllowed

protected ConstructNotAllowed(ConstructNotAllowed cause,
                              O construct)
Method Detail

getCause

public ConstructNotAllowed getCause()

getConstruct

public O getConstruct()