public interface ErrorReporter
| Modifier and Type | Method and Description |
|---|---|
void |
reportError(String applicationCode,
String principal,
String errorDescription)
Reports the specified error.
|
void |
reportError(String applicationCode,
String principal,
Throwable throwable)
Reports the specified
Throwable. |
void reportError(String applicationCode, String principal, String errorDescription)
applicationCode - The application identifier.principal - Optional application-specific context information on the
principal incurring the error.errorDescription - Details on the error.void reportError(String applicationCode, String principal, Throwable throwable)
Throwable.applicationCode - The application identifier.principal - Optional application-specific context information on the
principal incurring the error.throwable - The Throwable to be reported.Copyright © 2007-2015 Jasig. All Rights Reserved.