ipworkszip
Class OfficedocErrorEvent
java.lang.Object
|
+--java.util.EventObject
|
+--ipworkszip.OfficedocErrorEvent
- All Implemented Interfaces:
- java.io.Serializable
- public class OfficedocErrorEvent
- extends java.util.EventObject
Information about errors during data delivery.
The Error event is fired in case of exceptional conditions
during message processing. Normally the bean throws an exception.
ErrorCode contains an error code and Description contains
a textual description of the error. For a list of valid error
codes and their descriptions, please refer to the Error Messages section.
- See Also:
Officedoc,
Officedoc.ErrorEvent,
Serialized Form
| Fields inherited from class java.util.EventObject |
source |
| Methods inherited from class java.util.EventObject |
getSource, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
errorCode
public int errorCode
description
public java.lang.String description
Copyright (c) 2011 /n software inc. - All rights reserved.