|
||||||||||
| 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.openanzo.glitter.exception.GlitterException
org.openanzo.glitter.exception.FunctionalPredicateInvocationException
public class FunctionalPredicateInvocationException
Thrown by a FunctionalPredicate if it encounters an unexpected situation.
| Constructor Summary | |
|---|---|
FunctionalPredicateInvocationException()
Default constructor. |
|
FunctionalPredicateInvocationException(java.lang.String msg)
|
|
| Method Summary |
|---|
| 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 |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public FunctionalPredicateInvocationException(java.lang.String msg)
msg - More information on the exception.public FunctionalPredicateInvocationException()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||