org.mtzky
クラス UtilConstractedAssertionError

java.lang.Object
  上位を拡張 java.lang.Throwable
      上位を拡張 java.lang.Error
          上位を拡張 java.lang.AssertionError
              上位を拡張 org.mtzky.UtilConstractedAssertionError
すべての実装されたインタフェース:
java.io.Serializable

public class UtilConstractedAssertionError
extends java.lang.AssertionError

Thrown if a utility class is constructed.

作成者:
mtzky
関連項目:
直列化された形式

フィールドの概要
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.
UtilConstractedAssertionError(java.lang.Class<?> clazz)
           Constructs an AssertionError with the detail message and the parameter 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
 

フィールドの詳細

MESSAGE

protected static final java.lang.String MESSAGE

AssertionError detail message: "Instances should NOT be constructed: "

関連項目:
定数フィールド値
コンストラクタの詳細

UtilConstractedAssertionError

public UtilConstractedAssertionError()

Constructs an AssertionError with the detail message and the calling class name.


UtilConstractedAssertionError

public UtilConstractedAssertionError(java.lang.Class<?> clazz)

Constructs an AssertionError with the detail message and the parameter class name.

パラメータ:
clazz -


Copyright (C) 2010-2011 Mtzky. AllRights Reserved.