public interface IResourceError extends IHasErrorLevel, IHasDisplayText, ISuccessIndicator, IErrorIndicator, ISeverityComparable<IResourceError>, Serializable
| Modifier and Type | Method and Description |
|---|---|
String |
getAsString(Locale aDisplayLocale)
Get the error as a string representation, including error ID, error
location, error text and the linked exception.
|
Throwable |
getLinkedException() |
IResourceLocation |
getLocation() |
getErrorLevelgetDisplayTextisFailure, isSuccessisError, isNoErrorisEqualSevereThan, isLessOrEqualSevereThan, isLessSevereThan, isMoreOrEqualSevereThan, isMoreSevereThan@Nonnull IResourceLocation getLocation()
null location of the error.@Nullable Throwable getLinkedException()
null if no such exception is
available.Copyright © 2006–2014 phloc systems. All rights reserved.