public class ExceptionConverter extends Object
Constructor and Description |
---|
ExceptionConverter() |
Modifier and Type | Method and Description |
---|---|
static ServiceConfigurationException |
convertException(ClassNotFoundException e) |
static ServiceConfigurationException |
convertException(IllegalAccessException e) |
static ServiceConfigurationException |
convertException(InstantiationException e) |
static ServiceConfigurationException |
convertException(InvocationTargetException e) |
static ServiceConfigurationException |
convertException(ParserConfigurationException e) |
static ServiceConfigurationException |
convertException(RemoteException e) |
static ServiceConfigurationException |
convertException(SQLException e) |
static UnknownException |
convertException(Throwable e) |
static ServiceConfigurationException |
convertException(UnsatisfiedLinkError e) |
static ServiceConfigurationException |
convertToServiceConfigurationException(Throwable t) |
static UnknownException |
convertToUnknownException(Throwable t) |
public static ServiceConfigurationException convertException(ParserConfigurationException e)
public static ServiceConfigurationException convertException(ClassNotFoundException e)
public static ServiceConfigurationException convertException(IllegalAccessException e)
public static ServiceConfigurationException convertException(InvocationTargetException e)
public static ServiceConfigurationException convertException(InstantiationException e)
public static ServiceConfigurationException convertException(UnsatisfiedLinkError e)
public static ServiceConfigurationException convertException(RemoteException e)
public static UnknownException convertException(Throwable e)
public static ServiceConfigurationException convertException(SQLException e)
public static ServiceConfigurationException convertToServiceConfigurationException(Throwable t)
public static UnknownException convertToUnknownException(Throwable t)