|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
info.javelot.functionalj.FunctionException
public class FunctionException
Used to signal exceptions that occur in the use of the FunctionalJ package. This
is a subclass of RuntimeException; therefore it is not a strict
requirement to handle this exception.
| Constructor Summary | |
|---|---|
FunctionException()
Same constructor as parent class. |
|
FunctionException(String p_message)
Same constructor as parent class. |
|
FunctionException(String p_message,
Throwable p_cause)
Same constructor as parent class. |
|
FunctionException(Throwable p_cause)
Same constructor as parent class. |
|
| 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 |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public FunctionException()
RuntimeExceptionpublic FunctionException(String p_message)
RuntimeException
public FunctionException(String p_message,
Throwable p_cause)
RuntimeExceptionpublic FunctionException(Throwable p_cause)
RuntimeException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||