com.ibm.ccd.ui.exception
Class UIException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.ibm.ccd.ui.exception.UIException
All Implemented Interfaces:
java.io.Serializable

public class UIException
extends java.lang.Exception

See Also:
Serialized Form

Constructor Summary
UIException()
           
UIException(int errorCode)
           
UIException(int errorCode, MessageMap messageMap)
           
UIException(int errorCode, java.lang.Throwable throwable)
           
UIException(MessageMap messageMap)
           
UIException(java.lang.String arg0)
           
UIException(java.lang.Throwable throwable)
           
 
Method Summary
 int getErrorcode()
           
 MessageMap getMessageMap()
           
 void setErrorcode(int i)
           
 
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
 

Constructor Detail

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)
Method Detail

getErrorcode

public int getErrorcode()
Returns:
integer

setErrorcode

public void setErrorcode(int i)
Parameters:
i -

getMessageMap

public MessageMap getMessageMap()