com.ibm.ccd.ui.exception
Class UIException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.ibm.ccd.ui.exception.UIException
- All Implemented Interfaces:
- java.io.Serializable
public class UIException
- extends java.lang.Exception
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
UIException
public UIException()
UIException
public UIException(java.lang.String arg0)
UIException
public UIException(int errorCode)
UIException
public UIException(MessageMap messageMap)
UIException
public UIException(int errorCode,
MessageMap messageMap)
UIException
public UIException(int errorCode,
java.lang.Throwable throwable)
UIException
public UIException(java.lang.Throwable throwable)
getErrorcode
public int getErrorcode()
- Returns:
- integer
setErrorcode
public void setErrorcode(int i)
- Parameters:
i
-
getMessageMap
public MessageMap getMessageMap()