Uses of Class
be.recipe.common.exceptions.RecipeException
-
Packages that use RecipeException Package Description be.apb.gfddpp.common.utils be.recipe.common.exceptions -
-
Uses of RecipeException in be.apb.gfddpp.common.utils
Methods in be.apb.gfddpp.common.utils that throw RecipeException Modifier and Type Method Description voidJaxContextCentralizer. addContext(Class<?> clazz)JAXBContextJaxContextCentralizer. getContext(Class<?> clazz)MarshallerJaxContextCentralizer. getMarshaller(Class<?> clazz)UnmarshallerJaxContextCentralizer. getUnmarshaller(Class<?> clazz)<X> XJaxContextCentralizer. toObject(Class<X> clazz, byte[] data)<X> XJaxContextCentralizer. toObject(Class<X> clazz, String data)StringJaxContextCentralizer. toXml(Class<?> clazz, Object obj) -
Uses of RecipeException in be.recipe.common.exceptions
Methods in be.recipe.common.exceptions that return RecipeException Modifier and Type Method Description static RecipeExceptionRecipeExceptionFactory. createException(Object[] context, String errorCode)Gets the functional exception.static RecipeExceptionRecipeExceptionFactory. createException(String errorCode, Object[] context)Gets the functional exception.static RecipeExceptionRecipeExceptionFactory. createException(String errorCode, Object[] context, Throwable cause)Gets the functional exception.
-