クラス Secs2BuildException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.shimizukenta.secs.secs2.Secs2BuildException
- すべての実装されたインタフェース:
java.io.Serializable
@Deprecated
public class Secs2BuildException
extends java.lang.RuntimeException
推奨されていません。
Secs2 build Exception.
- 関連項目:
- 直列化された形式
-
コンストラクタの概要
コンストラクタ コンストラクタ 説明 Secs2BuildException()
推奨されていません。Constructor.Secs2BuildException(java.lang.String message)
推奨されていません。Constructor.Secs2BuildException(java.lang.String message, java.lang.Throwable cause)
推奨されていません。Constructor.Secs2BuildException(java.lang.Throwable cause)
推奨されていません。Constructor. -
メソッドの概要
クラスから継承されたメソッド java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
クラスから継承されたメソッド java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
コンストラクタの詳細
-
Secs2BuildException
public Secs2BuildException()推奨されていません。Constructor. -
Secs2BuildException
public Secs2BuildException(java.lang.String message)推奨されていません。Constructor.- パラメータ:
message
- the message
-
Secs2BuildException
public Secs2BuildException(java.lang.Throwable cause)推奨されていません。Constructor.- パラメータ:
cause
- the cause
-
Secs2BuildException
public Secs2BuildException(java.lang.String message, java.lang.Throwable cause)推奨されていません。Constructor.- パラメータ:
message
- the messagecause
- the cause
-