| Package | Description | 
|---|---|
| org.apache.lens.api.result | |
| org.apache.lens.server.api.error | 
| Modifier and Type | Method and Description | 
|---|---|
| static LensErrorTO<NoErrorPayload> | LensErrorTO. composedOf(int code,
          String message,
          String stackTrace) | 
| static LensErrorTO<NoErrorPayload> | LensErrorTO. composedOf(int code,
          String message,
          String stackTrace,
          List<LensErrorTO> childErrors) | 
| static <PAYLOAD> LensErrorTO<PAYLOAD> | LensErrorTO. composedOf(int code,
          String message,
          String stackTrace,
          PAYLOAD payload) | 
| static <PAYLOAD> LensErrorTO<PAYLOAD> | LensErrorTO. composedOf(int code,
          String message,
          String stackTrace,
          PAYLOAD payload,
          List<LensErrorTO> childErrors) | 
| Modifier and Type | Method and Description | 
|---|---|
| static <PAYLOAD> LensAPIResult<NoResultData> | LensAPIResult. composedOf(String apiVersion,
          String id,
          LensErrorTO lensErrorTO,
          javax.ws.rs.core.Response.Status httpStatusCode) | 
| Modifier and Type | Method and Description | 
|---|---|
| static LensErrorTO<NoErrorPayload> | LensErrorTO. composedOf(int code,
          String message,
          String stackTrace,
          List<LensErrorTO> childErrors) | 
| static <PAYLOAD> LensErrorTO<PAYLOAD> | LensErrorTO. composedOf(int code,
          String message,
          String stackTrace,
          PAYLOAD payload,
          List<LensErrorTO> childErrors) | 
| Modifier and Type | Method and Description | 
|---|---|
| LensErrorTO | LensException. buildLensErrorTO(ErrorCollection errorCollection) | 
Copyright © 2014–2015 Apache Software Foundation. All rights reserved.