public class Exceptions extends Object
Constructor and Description |
---|
Exceptions() |
Modifier and Type | Method and Description |
---|---|
static void |
rethrowException(IllegalAccessException e) |
static void |
rethrowException(IllegalAccessException e,
Class<? extends RuntimeException> exceptionToThrow) |
static void |
rethrowException(IllegalArgumentException e) |
static void |
rethrowException(IllegalArgumentException e,
Class<? extends RuntimeException> exceptionToThrow) |
static void |
rethrowException(InstantiationException e) |
static void |
rethrowException(InstantiationException e,
Class<? extends RuntimeException> exceptionToThrow) |
static void |
rethrowException(InvocationTargetException e) |
static void |
rethrowException(InvocationTargetException e,
Class<? extends RuntimeException> exceptionToThrow) |
static void |
rethrowException(NoSuchMethodException e,
Class<? extends RuntimeException> exceptionToThrow) |
static void |
rethrowException(SecurityException e,
Class<? extends RuntimeException> exceptionToThrow) |
static Throwable |
unwrapIfPossible(Throwable e) |
public static void rethrowException(IllegalArgumentException e)
public static void rethrowException(IllegalArgumentException e, Class<? extends RuntimeException> exceptionToThrow)
public static void rethrowException(InstantiationException e, Class<? extends RuntimeException> exceptionToThrow)
public static void rethrowException(InstantiationException e)
public static void rethrowException(IllegalAccessException e)
public static void rethrowException(IllegalAccessException e, Class<? extends RuntimeException> exceptionToThrow)
public static void rethrowException(InvocationTargetException e, Class<? extends RuntimeException> exceptionToThrow)
public static void rethrowException(SecurityException e, Class<? extends RuntimeException> exceptionToThrow)
public static void rethrowException(NoSuchMethodException e, Class<? extends RuntimeException> exceptionToThrow)
public static void rethrowException(InvocationTargetException e)
Copyright © 2013 Seam Framework. All rights reserved.