|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.semanticweb.owl.profiles.ConstructNotAllowed<O>
public abstract class ConstructNotAllowed<O>
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)
|
protected |
ConstructNotAllowed(java.util.Set<ConstructNotAllowed> cause,
O construct)
|
Method Summary | |
---|---|
java.util.Set<ConstructNotAllowed> |
getCause()
Gets the chained cause. |
O |
getConstruct()
Gets the construct that isn't allowed. |
java.lang.String |
getReason()
Gets a short readable message as to why the construct is not allowed. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
protected ConstructNotAllowed(O construct)
protected ConstructNotAllowed(ConstructNotAllowed cause, O construct)
protected ConstructNotAllowed(java.util.Set<ConstructNotAllowed> cause, O construct)
Method Detail |
---|
public java.util.Set<ConstructNotAllowed> getCause()
null
if there is no cause.public O getConstruct()
public java.lang.String getReason()
public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |