|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
jcreek.util.CreekException
jcreek.representation.NoSuchRelationTypeException
Title: NoSuchRelationTypeException Description: Thrown when attempting to reference a relation type by a string and this string does not identify a relation type in the current knowledge model.
Constructor Summary | |
NoSuchRelationTypeException(java.lang.String relationName)
Creates a new NoSuchRelationTypeException with the given string. |
Method Summary | |
java.lang.String |
getRelationName()
The string supplied as a relation type name for which there is no matching relation type in the current knowledge model. |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public NoSuchRelationTypeException(java.lang.String relationName)
Method Detail |
public java.lang.String getRelationName()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |