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