public static class Result.Error extends Result.Simple
Result.Error, Result.Redirect, Result.Simple, Result.Status, Result.View| Modifier and Type | Field and Description |
|---|---|
List<StackTraceElement> |
at
.
|
Throwable |
cause
.
|
String |
message
.
|
properties| Constructor and Description |
|---|
Result.Error(PropertyMap properties,
List<StackTraceElement> at,
Throwable cause,
String message) |
public final List<StackTraceElement> at
public final Throwable cause
public final String message
public Result.Error(PropertyMap properties, List<StackTraceElement> at, Throwable cause, String message)
public Result.Status asStatus(boolean verbose)
Copyright © 2014 eXo Platform SAS. All rights reserved.