| Package | Description |
|---|---|
| com.helger.commons.error | |
| com.helger.commons.errorlist |
| Modifier and Type | Class and Description |
|---|---|
class |
ResourceLocation
Default implementation of the
IResourceLocation interface. |
| Modifier and Type | Method and Description |
|---|---|
IResourceLocation |
ResourceError.getLocation() |
IResourceLocation |
IResourceError.getLocation() |
| Constructor and Description |
|---|
ResourceError(IResourceLocation aLocation,
IErrorLevel aErrorLevel,
IHasDisplayText aErrorText) |
ResourceError(IResourceLocation aLocation,
IErrorLevel aErrorLevel,
IHasDisplayText aErrorText,
Throwable aLinkedException) |
ResourceError(IResourceLocation aLocation,
IErrorLevel aErrorLevel,
String sErrorText) |
ResourceError(IResourceLocation aLocation,
IErrorLevel aErrorLevel,
String sErrorText,
Throwable aLinkedException) |
| Modifier and Type | Method and Description |
|---|---|
default IResourceLocation |
IError.getResourceLocation() |
Copyright © 2014–2016 Philip Helger. All rights reserved.