Package org.openrewrite
Class RecipeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.openrewrite.RecipeException
- All Implemented Interfaces:
Serializable
When possible,
Recipe
should validate themselves prior to execution to prove
that they are runnable without failure. But in some cases, recipes may interact with
external systems that may fail even though the inputs validate. In those cases,
recipes may throw RecipeException
.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionRecipeException
(String message) RecipeException
(String message, Object... args) RecipeException
(Throwable cause) RecipeException
(Throwable cause, String message, Object... args) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
RecipeException
-
RecipeException
-
RecipeException
-
RecipeException
-