© 2005 BEA Systems, Inc.

com.bea.p13n.advisor
Interface ProcessingError


public interface ProcessingError

This interface is used to return error information that ocurred while processing an AdviceRequest.


Method Summary
 String getDescription()
          Returns the description of the error.
 Exception getException()
          Returns the exception associated with the error.
 String getSource()
          Returns the source of the error.
 Object getUserData()
          Returns any generic user data associated with the error.
 

Method Detail

getDescription

public String getDescription()
Returns the description of the error.

Returns:
the description of the error.

getException

public Exception getException()
Returns the exception associated with the error.

Returns:
an exception associated with the error.

getSource

public String getSource()
Returns the source of the error.

Returns:
the source of the error.

getUserData

public Object getUserData()
Returns any generic user data associated with the error.

Returns:
generic user data associated with the error.

© 2005 BEA Systems, Inc.

Copyright © 2005 BEA Systems, Inc. All Rights Reserved