Package com.avoka.fc.core.util
Class VelocityDataSourceResourceLoader.ExceptionUtils
java.lang.Object
com.avoka.fc.core.util.VelocityDataSourceResourceLoader.ExceptionUtils
- Enclosing class:
- VelocityDataSourceResourceLoader
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic RuntimeException
createRuntimeException
(String message, Throwable cause) Create a new RuntimeException, setting the cause if possible.static Throwable
createWithCause
(Class clazz, String message, Throwable cause) Create a new Exception, setting the cause if possible.static void
Set the cause of the Exception.
-
Constructor Details
-
ExceptionUtils
public ExceptionUtils()
-
-
Method Details
-
createRuntimeException
Create a new RuntimeException, setting the cause if possible.- Parameters:
message
-cause
-- Returns:
- A runtime exception object.
-
createWithCause
Create a new Exception, setting the cause if possible.- Parameters:
clazz
-message
-cause
-- Returns:
- A Throwable.
-
setCause
Set the cause of the Exception. Will detect if this is not allowed.- Parameters:
onObject
-cause
-
-