| Package | Description |
|---|---|
| com.phloc.commons.error |
| 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,
EErrorLevel eErrorLevel,
IHasDisplayText aErrorText) |
ResourceError(IResourceLocation aLocation,
EErrorLevel eErrorLevel,
IHasDisplayText aErrorText,
Throwable aLinkedException) |
ResourceError(IResourceLocation aLocation,
EErrorLevel eErrorLevel,
String sErrorText) |
ResourceError(IResourceLocation aLocation,
EErrorLevel eErrorLevel,
String sErrorText,
Throwable aLinkedException) |
Copyright © 2006–2014 phloc systems. All rights reserved.