|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.alicebot.server.core.NoSuchPredicateException
public class NoSuchPredicateException
Indicates that there is no predicate with a requested name.
| Constructor Summary | |
|---|---|
NoSuchPredicateException(java.lang.String name)
Constructs a new NoSuchPredicateException for the given name. |
|
NoSuchPredicateException(java.lang.String name,
int index)
Constructs a new NoSuchPredicateException for the given name and index. |
|
| Method Summary | |
|---|---|
java.lang.String |
getMessage()
|
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, 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 NoSuchPredicateException(java.lang.String name)
name - the name for which there was no predicate
public NoSuchPredicateException(java.lang.String name,
int index)
name - the name for which there was no predicate
with a value at the given indexindex - the index at which there was no value| Method Detail |
|---|
public java.lang.String getMessage()
getMessage in class java.lang.Throwable
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||