|
|||||||||||
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.NoSuchRelationException
Title: NoSuchRelationException Description: Copyright: Copyright (c) 2002 Company: NTNU
Constructor Summary | |
NoSuchRelationException(RelationType[] rcd,
Entity ent)
Creates a new NoSuchRelationException. |
|
NoSuchRelationException(RelationType rcd,
Entity ent)
Creates a new NoSuchRelationException. |
Method Summary | |
Entity |
getEntity()
Returns the entity in which the relation could not be found. |
RelationType |
getRelationType()
Returns the relation type that could not be found. |
RelationType[] |
getRelationTypes()
Returns the relation types that could not be found. |
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 NoSuchRelationException(RelationType rcd, Entity ent)
rcd
- The type of the relation not found.ent
- The enity this relation type was not found in.public NoSuchRelationException(RelationType[] rcd, Entity ent)
rcd
- The arrays of types of the relation not found.ent
- The enity this relation type was not found in.Method Detail |
public RelationType getRelationType()
public RelationType[] getRelationTypes()
public Entity getEntity()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |