| Package | Description |
|---|---|
| com.phloc.commons.error | |
| com.phloc.commons.jaxb.validation | |
| com.phloc.commons.xml.sax | |
| com.phloc.commons.xml.transform |
| Modifier and Type | Class and Description |
|---|---|
class |
ResourceError
Default implementation of the
IResourceError interface. |
| Modifier and Type | Method and Description |
|---|---|
IResourceError |
IHasResourceError.getResourceError() |
| Modifier and Type | Method and Description |
|---|---|
List<IResourceError> |
ResourceErrorGroup.getAllResourceErrors() |
List<IResourceError> |
IResourceErrorGroup.getAllResourceErrors()
Get a list of all contained resource errors.
|
Iterator<IResourceError> |
ResourceErrorGroup.iterator() |
| Modifier and Type | Method and Description |
|---|---|
ResourceErrorGroup |
ResourceErrorGroup.addResourceError(IResourceError aResourceError)
Add a new resource error item.
|
boolean |
ResourceError.isEqualSevereThan(IResourceError aOther) |
boolean |
ResourceError.isLessOrEqualSevereThan(IResourceError aOther) |
boolean |
ResourceError.isLessSevereThan(IResourceError aOther) |
boolean |
ResourceError.isMoreOrEqualSevereThan(IResourceError aOther) |
boolean |
ResourceError.isMoreSevereThan(IResourceError aOther) |
| Constructor and Description |
|---|
ResourceErrorGroup(IResourceError... aResourceErrors) |
ResourceErrorGroup(IResourceError aResourceError) |
| Constructor and Description |
|---|
ResourceErrorGroup(Iterable<? extends IResourceError> aResourceErrors) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
LoggingValidationEventHandler.onEvent(IResourceError aEvent) |
protected void |
DoNothingValidationEventHandler.onEvent(IResourceError aEvent) |
protected void |
CollectingValidationEventHandler.onEvent(IResourceError aEvent) |
protected abstract void |
AbstractValidationEventHandler.onEvent(IResourceError aEvent) |
| Modifier and Type | Method and Description |
|---|---|
static IResourceError |
AbstractSAXErrorHandler.getSaxParseError(EErrorLevel eErrorLevel,
SAXParseException ex)
Utility method to convert a
SAXParseException into an
IResourceError. |
| Modifier and Type | Method and Description |
|---|---|
protected void |
LoggingTransformErrorListener.internalLog(IResourceError aResError) |
protected void |
DoNothingTransformErrorListener.internalLog(IResourceError aResError) |
protected void |
CollectingTransformErrorListener.internalLog(IResourceError aResError) |
protected abstract void |
AbstractTransformErrorListener.internalLog(IResourceError aResError)
Handle the passed resource error.
|
Copyright © 2006–2014 phloc systems. All rights reserved.