skoinfo.rfc.common.util
Class RfcError

java.lang.Object
  extended by skoinfo.rfc.common.util.RfcError

public class RfcError
extends java.lang.Object


Field Summary
static int MSG_ALERT
           
static int MSG_BOX
          back
static int MSG_CLOSE
          alert
static int MSG_REFRESH
          close
 
Constructor Summary
RfcError()
           
 
Method Summary
static java.lang.String getErrMsg(int errorMode, java.lang.String errMsg)
          일반적인 에러 발생시 에러 출력을 모아놓은 메서드
static java.lang.String goTo(java.lang.String url, java.lang.String Msg)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MSG_ALERT

public static final int MSG_ALERT
See Also:
Constant Field Values

MSG_BOX

public static final int MSG_BOX
back

See Also:
Constant Field Values

MSG_CLOSE

public static final int MSG_CLOSE
alert

See Also:
Constant Field Values

MSG_REFRESH

public static final int MSG_REFRESH
close

See Also:
Constant Field Values
Constructor Detail

RfcError

public RfcError()
Method Detail

getErrMsg

public static java.lang.String getErrMsg(int errorMode,
                                         java.lang.String errMsg)
일반적인 에러 발생시 에러 출력을 모아놓은 메서드

Parameters:
errorMode - 에러를 출력할 모드를 의미
errMsg - 에러 메시지

goTo

public static java.lang.String goTo(java.lang.String url,
                                    java.lang.String Msg)