|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Error
com.bankframe.ExtensionRuntimeError
The ExtensionRuntimeError class. This class is an error and is used to throw runtime exceptions. A method is not required to declare it in its throws clause, since these errors are abnormal conditions that should never occur.
| Constructor Summary | |
ExtensionRuntimeError(int errorNumber)
This method creates a ExtensionRuntimeError with specific error number |
|
ExtensionRuntimeError(int errorNumber,
java.lang.String[] params)
This method creates a ExtensionRuntimeError with specific error number and message parameters |
|
| 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 ExtensionRuntimeError(int errorNumber)
errorNumber - the error code for this exception
public ExtensionRuntimeError(int errorNumber,
java.lang.String[] params)
errorNumber - the error code for this exceptionparams - the messages
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||