public class NuxeoCmisErrorHelper extends Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
NuxeoCmisErrorHelper.ErrorExtractor
Interface for a helper able to extract the error from an exception.
|
static class |
NuxeoCmisErrorHelper.ErrorInfo
Info about an error to return to client code.
|
| Modifier and Type | Field and Description |
|---|---|
protected static NuxeoCmisErrorHelper.ErrorExtractor |
errorExtractor |
static String |
EXTRACTOR_CLASS_PROP |
| Constructor and Description |
|---|
NuxeoCmisErrorHelper() |
| Modifier and Type | Method and Description |
|---|---|
static NuxeoCmisErrorHelper.ErrorInfo |
extractError(Exception ex) |
public static final String EXTRACTOR_CLASS_PROP
protected static NuxeoCmisErrorHelper.ErrorExtractor errorExtractor
public NuxeoCmisErrorHelper()
public static NuxeoCmisErrorHelper.ErrorInfo extractError(Exception ex)
Copyright © 2019 Nuxeo. All rights reserved.