public static class ProcessingResult.Failure<T> extends Object
Constructor and Description |
---|
Failure(String message) |
Failure(T item) |
Failure(Throwable exception) |
Failure(Throwable exception,
String message) |
Failure(T item,
String message) |
Failure(T item,
Throwable exception) |
Failure(T item,
Throwable exception,
String message) |
Modifier and Type | Method and Description |
---|---|
Throwable |
getException() |
T |
getItem() |
String |
getMessage() |
public Throwable getException()
public String getMessage()
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.