com.esri.tracking.connector.events
Class GeneralErrorEvent
java.lang.Object
java.util.EventObject
com.esri.tracking.connector.events.GeneralErrorEvent
- All Implemented Interfaces:
- java.io.Serializable
public class GeneralErrorEvent
- extends java.util.EventObject
- See Also:
- Serialized Form
Methods inherited from class java.util.EventObject |
getSource, toString |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
GeneralErrorEvent
public GeneralErrorEvent(java.lang.Object source)
GeneralErrorEvent
public GeneralErrorEvent(java.lang.Object source,
java.lang.String errorMessage,
java.lang.Exception e)
- Parameters:
source
- errorMessage
-
getErrorMessage
public java.lang.String getErrorMessage()
- Returns:
- the errorMessage
getException
public java.lang.Exception getException()
- Returns:
- Exception
setErrorMessage
public void setErrorMessage(java.lang.String errorMessage)
- Parameters:
errorMessage
- the errorMessage to set
setException
public void setException(java.lang.Exception exception)
- Parameters:
exception
-