|
Bees v0.5.0 API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--bees.core.MissingPairException
Exception thrown when a pair couldn't be found.
| Constructor Summary | |
MissingPairException(java.lang.String tag,
int instance)
Construct a MissingPairException with the given values. |
|
| Method Summary | |
int |
getInstance()
|
java.lang.String |
getTag()
|
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public MissingPairException(java.lang.String tag,
int instance)
tag - The missing tag name.instance - The missing tag instance.| Method Detail |
public java.lang.String getTag()
public int getInstance()
|
Bees v0.5.0 API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||