public abstract class ParsingError extends Object
Constructor and Description |
---|
ParsingError() |
Modifier and Type | Method and Description |
---|---|
static ParsingError |
from(Exception ex)
Transform regular Exception to parsing error object
|
abstract String |
getMessage() |
abstract com.google.common.collect.ImmutableList<String> |
getStackTrace() |
static ParsingError |
of(String message,
com.google.common.collect.ImmutableList<String> stackTrace) |
public abstract String getMessage()
public abstract com.google.common.collect.ImmutableList<String> getStackTrace()
public static ParsingError from(Exception ex)
public static ParsingError of(String message, com.google.common.collect.ImmutableList<String> stackTrace)