クラス
com.JRcServer.exception.BaseException の使用

BaseException を使用しているパッケージ
com.JRcServer.exception JRcServerでの例外処理をサポートします. 
com.JRcServer.io IO関連の処理をサポートします. 
com.JRcServer.net 通信処理をサポートします. 
com.JRcServer.sql.operation データベースI/O処理をサポートします. 
com.JRcServer.sys.cmd 外部プロセス起動をサポートします. 
com.JRcServer.sys.log ログ出力処理をサポートします. 
com.JRcServer.sys.log.custom 構成定義が可能なログ出力処理をサポートします. 
com.JRcServer.sys.reg JRcServer用のRegistry管理を行うパッケージを提供します. 
com.JRcServer.thread thread処理をサポートします。 
 

com.JRcServer.exception での BaseException の使用
 

com.JRcServer.exception での BaseException のサブクラス
 class AccessException
          アクセス例外処理.
 class ConvertException
          コンバート例外処理.
 class CursorEndException
          カーソル位置終端検知例外.
 class CursorOverException
          カーソル範囲外例外.
 class DestructObjectException
          オブジェクト破棄時例外処理.
 class ExecutionException
          実行例外処理.
 class ExistException
          情報が既に存在している場合の例外処理.
 class InputException
          入力例外処理.
 class NotConnectionException
          コネクション例外.
 class NotCreateException
          未生成例外.
 class NotEqualInfoException
          情報不一致例外処理.
 class NotExistException
          情報が存在しない場合の例外処理.
 class NotFormatTypeException
          フォーマットタイプ例外.
 class NotSearchException
          検索結果で情報が存在しない例外検知.
 class ReadException
          読み込み中発生例外処理.
 class ReadSyntaxException
          読み込み時構文例外.
 class SettingException
          設定例外処理.
 class TimeoutException
          タイムアウト例外処理.
 class UnsupportException
          サポート外例外処理.
 class WriteException
          書き込み中発生例外処理.
 

BaseException 型のパラメータを持つ com.JRcServer.exception のメソッド
 void BaseException.saveBaseStackTrace(BaseException com)
          スタックトレースを記憶.
 

BaseException 型のパラメータを持つ com.JRcServer.exception のコンストラクタ
AccessException(BaseException e)
          コンタストラクタ.
BaseException(BaseException e)
          コンタストラクタ.
ConvertException(BaseException e)
          コンタストラクタ.
CursorEndException(BaseException e)
          コンタストラクタ.
CursorOverException(BaseException e)
          コンタストラクタ.
DestructObjectException(BaseException e)
          コンタストラクタ.
ExecutionException(BaseException e)
          コンタストラクタ.
ExecutionException(BaseException e, int level)
          コンタストラクタ.
ExistException(BaseException e)
          コンタストラクタ.
InputException(BaseException e)
          コンタストラクタ.
NotConnectionException(BaseException e)
          コンタストラクタ.
NotCreateException(BaseException e)
          コンタストラクタ.
NotEqualInfoException(BaseException e)
          コンタストラクタ.
NotExistException(BaseException e)
          コンタストラクタ.
NotFormatTypeException(BaseException e)
          コンタストラクタ.
NotSearchException(BaseException e)
          コンタストラクタ.
ReadException(BaseException e)
          コンタストラクタ.
ReadSyntaxException(BaseException e)
          コンタストラクタ.
SettingException(BaseException e)
          コンタストラクタ.
TimeoutException(BaseException e)
          コンタストラクタ.
UnsupportException(BaseException e)
          コンタストラクタ.
WriteException(BaseException e)
          コンタストラクタ.
 

com.JRcServer.io での BaseException の使用
 

com.JRcServer.io での BaseException のサブクラス
 class DirectoryAccessException
          ディレクトリアクセス例外.
 class FileAccessException
          ファイルアクセス例外.
 class NotFileException
          指定ファイルなし例外.
 

BaseException 型のパラメータを持つ com.JRcServer.io のコンストラクタ
DirectoryAccessException(BaseException e)
          コンタストラクタ.
FileAccessException(BaseException e)
          コンタストラクタ.
NotFileException(BaseException e)
          コンタストラクタ.
 

com.JRcServer.net での BaseException の使用
 

com.JRcServer.net での BaseException のサブクラス
 class AsynchronousException
          他のスレッドにより、コネクションがクローズされた場合の 例外.
 class CloseCompulsionException
          接続先強制切断例外.
 class ClosedConnectException
          接続先クローズ例外.
 class CommunicateException
          通信例外.
 class ConnectTimeoutException
          コネクションタイムアウト例外.
 class NotBindException
          バインド例外.
 class NotConnectException
          未接続例外.
 class NotInterfaceException
          指定インターフェイス非存在例外処理.
 class NotLoginException
          ログイン失敗例外処理.
 class UndefineBindException
          バインド未定義例外.
 class UnknownConnectException
          コネクション先不明例外.
 

BaseException 型のパラメータを持つ com.JRcServer.net のコンストラクタ
AsynchronousException(BaseException e)
          コンタストラクタ.
CloseCompulsionException(BaseException e)
          コンタストラクタ.
ClosedConnectException(BaseException e)
          コンタストラクタ.
CommunicateException(BaseException e)
          コンタストラクタ.
CommunicateException(BaseException e, int code)
          コンタストラクタ.
CommunicateException(BaseException e, int code, java.lang.String message)
          コンタストラクタ.
CommunicateException(BaseException e, java.lang.String message)
          コンタストラクタ.
ConnectTimeoutException(BaseException e)
          コンタストラクタ.
NotBindException(BaseException e)
          コンタストラクタ.
NotConnectException(BaseException e)
          コンタストラクタ.
NotInterfaceException(BaseException e)
          コンタストラクタ.
NotLoginException(BaseException e)
          コンタストラクタ.
UndefineBindException(BaseException e)
          コンタストラクタ.
UnknownConnectException(BaseException e)
          コンタストラクタ.
 

com.JRcServer.sql.operation での BaseException の使用
 

com.JRcServer.sql.operation での BaseException のサブクラス
 class SQLAccessException
          SQLアクセス例外.
 class SQLParameterException
          SQLパラメータ例外.
 

BaseException 型のパラメータを持つ com.JRcServer.sql.operation のコンストラクタ
SQLAccessException(BaseException e)
          コンタストラクタ.
SQLParameterException(BaseException e)
          コンタストラクタ.
 

com.JRcServer.sys.cmd での BaseException の使用
 

com.JRcServer.sys.cmd での BaseException のサブクラス
 class NoExitProcessException
          プロセス実行中例外.
 

BaseException 型のパラメータを持つ com.JRcServer.sys.cmd のコンストラクタ
NoExitProcessException(BaseException e)
          コンタストラクタ.
 

com.JRcServer.sys.log での BaseException の使用
 

BaseException 型のパラメータを持つ com.JRcServer.sys.log のメソッド
 void UrgentLog.stackTrace(BaseException exception)
          スタックトレースを出力.
 void LogWriter.stackTrace(BaseException exception)
          スタックトレースを出力.
 

com.JRcServer.sys.log.custom での BaseException の使用
 

BaseException 型のパラメータを持つ com.JRcServer.sys.log.custom のメソッド
 void CustomLog.stackTrace(BaseException exception)
          スタックトレースを出力.
 

com.JRcServer.sys.reg での BaseException の使用
 

com.JRcServer.sys.reg での BaseException のサブクラス
 class LoginException
          ログイン失敗例外.
 class OwnerException
          ユーザ権限例外.
 

BaseException 型のパラメータを持つ com.JRcServer.sys.reg のコンストラクタ
LoginException(BaseException e)
          コンタストラクタ.
OwnerException(BaseException e)
          コンタストラクタ.
 

com.JRcServer.thread での BaseException の使用
 

com.JRcServer.thread での BaseException のサブクラス
 class DeadLockException
          デッドロック例外.
 class DeleteThreadException
          スレッド削除検知例外.
 

BaseException 型のパラメータを持つ com.JRcServer.thread のコンストラクタ
DeadLockException(BaseException e)
          コンタストラクタ.
DeleteThreadException(BaseException e)
          コンタストラクタ.