|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Object jp.go.nict.langrid.service_1_2.util.ExceptionConverter
public class ExceptionConverter
例外をクライアントに返すのに適切なものに変換する処理を実装する。
コンストラクタの概要 | |
---|---|
ExceptionConverter()
|
クラス java.lang.Object から継承されたメソッド |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
コンストラクタの詳細 |
---|
public ExceptionConverter()
メソッドの詳細 |
---|
public static ServiceConfigurationException convertException(ParserConfigurationException e)
e
- ParserConfigurationException
public static ServiceConfigurationException convertException(ClassNotFoundException e)
e
- ClassNotFoundException
public static ServiceConfigurationException convertException(IllegalAccessException e)
e
- IllegalAccessException
public static ServiceConfigurationException convertException(InvocationTargetException e)
e
- InvocationTargetException
public static ServiceConfigurationException convertException(InstantiationException e)
e
- InstantiationException
public static ServiceConfigurationException convertException(UnsatisfiedLinkError e)
e
- UnsatisfiedLinkError
public static ServiceConfigurationException convertException(RemoteException e)
e
- RemoteException
public static UnknownException convertException(Throwable e)
e
- Throwable
public static ServiceConfigurationException convertException(SQLException e)
e
- SQLException
public static ServiceConfigurationException convertToServiceConfigurationException(Throwable t)
t
- Throwable
public static UnknownException convertToUnknownException(Throwable t)
t
- Throwable
|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |