Class ExceptionUtilities
- java.lang.Object
-
- org.guvnor.common.services.backend.exceptions.ExceptionUtilities
-
public class ExceptionUtilities extends Object
Utilities for exception handling.
-
-
Constructor Summary
Constructors Constructor Description ExceptionUtilities()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static RuntimeExceptionhandleException(Exception e)Helper to return a @Portable RuntimeException.
-
-
-
Method Detail
-
handleException
public static RuntimeException handleException(Exception e)
Helper to return a @Portable RuntimeException.- Parameters:
e-- Returns:
-
-