|
||||||||||
| 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.spaceroots.mantissa.MantissaException
org.spaceroots.mantissa.functions.FunctionException
This class represents exceptions thrown by scalar functions.
| Constructor Summary | |
FunctionException(String message)
Simple constructor. |
|
FunctionException(String specifier,
String[] parts)
Simple constructor. |
|
FunctionException(Throwable cause)
Simple constructor. |
|
| Methods inherited from class org.spaceroots.mantissa.MantissaException |
translate, translate |
| 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(String specifier,
String[] parts)
specifier - format specifier (to be translated)parts - to insert in the format (no translation)public FunctionException(String message)
message - message to translatepublic FunctionException(Throwable cause)
cause - cause of this exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||