|
BEA Systems, Inc. | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjava.lang.Throwable
com.bea.rfid.edge.toolkit.workflow.types.ErrorOutputImpl
public class ErrorOutputImpl
Implementation of ErrorOutput.
| Constructor Summary | |
|---|---|
ErrorOutputImpl(String source,
String msg,
Level level,
Throwable cause)
Constructor. |
|
ErrorOutputImpl(String source,
String msg,
Level level,
Throwable cause,
long errorTime)
Constructor. |
|
| Method Summary | |
|---|---|
long |
getErrorTime()
Returns the date and time of the error in milliseconds format. |
Level |
getSeverityLevel()
Returns the severity level of this error. |
String |
getSourceName()
Returns the source of this error. |
| 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 |
| Methods inherited from interface com.bea.rfid.api.workflow.types.ErrorOutput |
|---|
getCause, getMessage |
| Constructor Detail |
|---|
public ErrorOutputImpl(String source,
String msg,
Level level,
Throwable cause,
long errorTime)
source - The source of this error.msg - A descriptive message about the error.level - Severity level of the error.cause - The exception, if any, that caused the error.errorTime - The time of the error in milliseconds.
public ErrorOutputImpl(String source,
String msg,
Level level,
Throwable cause)
source - The source of this error.msg - A descriptive message about the error.level - Severity level of the error.cause - The exception, if any, that caused the error.| Method Detail |
|---|
public long getErrorTime()
ErrorOutput
getErrorTime in interface ErrorOutputpublic String getSourceName()
ErrorOutput
getSourceName in interface ErrorOutputpublic Level getSeverityLevel()
ErrorOutput
getSeverityLevel in interface ErrorOutputjava.util.logging.level indicating the severity of the error.
|
Documentation is available at ${DOCSWEBROOT} Copyright 2007 BEA Systems Inc. |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||