BEA Systems, Inc.

com.bea.rfid.api.workflow.types
Interface ErrorOutput

All Known Implementing Classes:
ErrorOutputImpl

public interface ErrorOutput

Interface representing error output produced by edge flow modules.


Method Summary
 Throwable getCause()
          Returns the exception that was the cause of this error output.
 long getErrorTime()
          Returns the date and time of the error in milliseconds format.
 String getMessage()
          Returns the error message.
 Level getSeverityLevel()
          Returns the severity level of this error.
 String getSourceName()
          Returns the source of this error.
 

Method Detail

getErrorTime

long getErrorTime()
Returns the date and time of the error in milliseconds format.

Returns:
Error datetime.

getSourceName

String getSourceName()
Returns the source of this error. This will typically be the name of the module (and port) where the error occured.


getMessage

String getMessage()
Returns the error message.

Returns:
A message giving a short description of the error.

getSeverityLevel

Level getSeverityLevel()
Returns the severity level of this error.

Returns:
java.util.logging.level indicating the severity of the error.

getCause

Throwable getCause()
Returns the exception that was the cause of this error output. Null will be returned if there is no exception associated with this error.

Returns:
Exception causing this error. Null if there was no exception.

Documentation is available at
${DOCSWEBROOT}
Copyright 2007 BEA Systems Inc.