|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--java.lang.RuntimeException
|
+--com.wles.BaseError
Base class for all ALES error classes. As with the java.lang.RuntimeException class these errors are serious enough that it is not expected that the user can recover from them.
| Constructor Summary | |
BaseError()
|
|
BaseError(long errorCode)
Constructs a BaseError with an internal ALES error code. |
|
BaseError(java.lang.String msg)
Constructs a BaseError with an error message. |
|
| Method Summary | |
long |
getErrorCode()
Gets the internal error code. |
| 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 BaseError()
public BaseError(long errorCode)
errorCode - internal ALES error codepublic BaseError(java.lang.String msg)
msg - error message| Method Detail |
public long getErrorCode()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||