Package org.openrewrite
Class ParseExceptionResult
java.lang.Object
org.openrewrite.ParseExceptionResult
- All Implemented Interfaces:
Marker
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ParseExceptionResult
static ParseExceptionResult
static ParseExceptionResult
-
Constructor Details
-
ParseExceptionResult
public ParseExceptionResult()
-
-
Method Details
-
build
public static ParseExceptionResult build(Class<? extends Parser> parserClass, Throwable t, @Nullable String message) -
build
-
build
-