java.lang.Objectorg.objectweb.telosys.screen.core.ScreenError
Error message ( code + text )
Constructor Summary | |
ScreenError(int iErrorCode)
Constructor |
|
ScreenError(int iErrorCode,
java.lang.String sErrorMessage)
Constructor |
Method Summary | |
int |
getCode()
Returns the error code |
java.lang.String |
getText()
Returns the error message |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public ScreenError(int iErrorCode)
iErrorCode
- public ScreenError(int iErrorCode, java.lang.String sErrorMessage)
iErrorCode
- sErrorMessage
- Method Detail |
public int getCode()
public java.lang.String getText()
public java.lang.String toString()