com.ibm.xsp.exception
Interface XSPExceptionInfo

All Known Implementing Classes:
EvaluationExceptionEx

public interface XSPExceptionInfo

XSP exception extra information. This class allows the runtime to display more information about the error that occurred.


Method Summary
 java.lang.String getErrorComponentId()
          Get the component ID that generated the error.
 java.lang.String getErrorPropertyId()
          Get the component property that generated the error.
 java.lang.String getErrorText()
          Get the expression text that generated the error.
 

Method Detail

getErrorText

java.lang.String getErrorText()
Get the expression text that generated the error.

Returns:

getErrorComponentId

java.lang.String getErrorComponentId()
Get the component ID that generated the error.

Returns:

getErrorPropertyId

java.lang.String getErrorPropertyId()
Get the component property that generated the error.