|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Error
java.lang.AssertionError
org.mtzky.UtilConstractedAssertionError
public class UtilConstractedAssertionError
Thrown if a utility class is constructed.
| フィールドの概要 | |
|---|---|
protected static java.lang.String |
MESSAGE
AssertionError detail message: "Instances should NOT be constructed: "
|
| コンストラクタの概要 | |
|---|---|
UtilConstractedAssertionError()
Constructs an AssertionError with the detail
message and the calling class
name. |
|
| メソッドの概要 |
|---|
| クラス java.lang.Throwable から継承されたメソッド |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| クラス java.lang.Object から継承されたメソッド |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| フィールドの詳細 |
|---|
protected static final java.lang.String MESSAGE
AssertionError detail message: "Instances should NOT be constructed: "
| コンストラクタの詳細 |
|---|
public UtilConstractedAssertionError()
Constructs an AssertionError with the detail
message and the calling class
name.
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||