public class ErrorInfoImpl extends Object implements ErrorInfo
| Constructor and Description |
|---|
ErrorInfoImpl(ErrorLocator errorLocator,
String key,
String message,
Exception exception) |
| Modifier and Type | Method and Description |
|---|---|
ErrorLocator |
getErrorLocator() |
Exception |
getException() |
String |
getKey() |
String |
getMessage() |
String |
toString() |
public ErrorInfoImpl(ErrorLocator errorLocator, String key, String message, Exception exception)
public ErrorLocator getErrorLocator()
getErrorLocator in interface ErrorInfopublic String getMessage()
getMessage in interface ErrorInfopublic Exception getException()
getException in interface ErrorInfoCopyright © 2005–2019 Apache Software Foundation. All rights reserved.