org.objectweb.telosys.screen.core
Class ScreenError

java.lang.Object
  extended byorg.objectweb.telosys.screen.core.ScreenError

public class ScreenError
extends java.lang.Object


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

ScreenError

public ScreenError(int iErrorCode)

ScreenError

public ScreenError(int iErrorCode,
                   java.lang.String sErrorMessage)
Method Detail

getCode

public int getCode()

getText

public java.lang.String getText()