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 ErrorInfo
public String getMessage()
getMessage
in interface ErrorInfo
public Exception getException()
getException
in interface ErrorInfo
Copyright © 2005–2019 Apache Software Foundation. All rights reserved.