|
|||||||||
| 前 次 | フレームあり フレームなし | ||||||||
| SettingException を使用しているパッケージ | |
|---|---|
| com.JRcServer.exception | JRcServerでの例外処理をサポートします. |
| com.JRcServer.net | 通信処理をサポートします. |
| com.JRcServer.sys.log.custom | 構成定義が可能なログ出力処理をサポートします. |
| com.JRcServer.sys.log.custom.base | 構成定義可能なログ出力エンジン部品をサポートします. |
| com.JRcServer.sys.log.custom.common | 構成定義可能なログ出力処理のエンジン部品のインターフェイスをサポートします. |
| com.JRcServer.thread | thread処理をサポートします。 |
| com.JRcServer.window | Swingによるウィンドウ処理をサポートします. |
| com.JRcServer.exception での SettingException の使用 |
|---|
| com.JRcServer.exception での SettingException のサブクラス | |
|---|---|
class |
NotCreateException
未生成例外. |
class |
NotExistException
情報が存在しない場合の例外処理. |
class |
NotSearchException
検索結果で情報が存在しない例外検知. |
| com.JRcServer.net での SettingException の使用 |
|---|
| com.JRcServer.net での SettingException のサブクラス | |
|---|---|
class |
NotInterfaceException
指定インターフェイス非存在例外処理. |
| com.JRcServer.sys.log.custom での SettingException の使用 |
|---|
| SettingException をスローする com.JRcServer.sys.log.custom のメソッド | |
|---|---|
void |
CustomStyle.addCategory(int category)
カテゴリ情報の追加. |
| com.JRcServer.sys.log.custom.base での SettingException の使用 |
|---|
| SettingException をスローする com.JRcServer.sys.log.custom.base のメソッド | |
|---|---|
void |
LogCategoryObj.add(int category)
ログ出力カテゴリを追加. |
java.lang.String |
LogObject.getLog()
ログ情報取得. |
int |
LogObject.getLogFormat(int categoryID,
int no)
指定カテゴリに対するフォーマット情報を取得. |
LogLevel |
LogObject.getLogLevel()
管理ログレベルオブジェクトの取得. |
| com.JRcServer.sys.log.custom.common での SettingException の使用 |
|---|
| SettingException をスローする com.JRcServer.sys.log.custom.common のメソッド | |
|---|---|
void |
LogCategory.add(int category)
ログ出力カテゴリを追加. |
java.lang.String |
Log.getLog()
ログ情報取得. |
int |
Log.getLogFormat(int categoryID,
int no)
指定カテゴリに対するフォーマット情報を取得. |
LogLevel |
Log.getLogLevel()
管理ログレベルオブジェクトの取得. |
| com.JRcServer.thread での SettingException の使用 |
|---|
| SettingException をスローする com.JRcServer.thread のメソッド | |
|---|---|
void |
TimerThread.startThread()
スレッド開始処理を実施. |
void |
LoopThread.startThread()
スレッド開始処理を実施. |
| com.JRcServer.window での SettingException の使用 |
|---|
| SettingException をスローする com.JRcServer.window のメソッド | |
|---|---|
void |
WindowObject.addPanel(int type,
java.lang.String name,
int left,
int top,
int right,
int bottom)
対象のパネルを追加. |
void |
WindowObject.addPanel(int type,
java.lang.String name,
int left,
int top,
int right,
int bottom,
int color)
対象のパネルを追加. |
void |
WindowObject.addPanel(java.lang.String name,
int left,
int top,
int right,
int bottom)
対象のパネルを追加. |
void |
WindowObject.addPanel(java.lang.String name,
int left,
int top,
int right,
int bottom,
int color)
対象のパネルを追加. |
|
|||||||||
| 前 次 | フレームあり フレームなし | ||||||||