public class CardError extends Object implements Serializable
Modifier and Type | Class and Description |
---|---|
static class |
CardError.Builder |
Modifier and Type | Method and Description |
---|---|
String |
getErrorMessage() |
Exception |
getSourceException() |
CardErrorType |
getType() |
static CardError |
of(CardErrorType aType) |
static CardError |
of(CardErrorType aType,
Exception aException) |
static CardError |
of(CardErrorType aType,
String aMessage) |
String |
toString() |
public static CardError of(CardErrorType aType)
public static CardError of(CardErrorType aType, Exception aException)
public static CardError of(CardErrorType aType, String aMessage)
public CardErrorType getType()
public Exception getSourceException()
public String getErrorMessage()
Copyright © 2018. All rights reserved.