|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectcom.leanengine.LeanError
public class LeanError
Main error class containing all error codes.
There are four main types of errors:
| Nested Class Summary | |
|---|---|
static class |
LeanError.Type
|
| Method Summary | |
|---|---|
int |
getErrorCode()
Returns the detailed error code, indicating the cause of error. |
java.lang.String |
getErrorMessage()
Returns the detailed error message, describing the cause of error. |
LeanError.Type |
getErrorType()
Returns the type of error as described in LeanError.Type |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public int getErrorCode()
public LeanError.Type getErrorType()
LeanError.Type
LeanError.Typepublic java.lang.String getErrorMessage()
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||