jp.sf.orangesignal.ta.data.annotation
クラス AnnotationException

java.lang.Object
  上位を拡張 java.lang.Throwable
      上位を拡張 java.lang.Exception
          上位を拡張 java.lang.RuntimeException
              上位を拡張 jp.sf.orangesignal.ta.data.annotation.AnnotationException
すべての実装されたインタフェース:
Serializable

public class AnnotationException
extends RuntimeException

注釈型の関係が不正な場合にスローする例外クラスを提供します。

導入されたバージョン:
2.1
作成者:
杉澤 浩二
関連項目:
直列化された形式

コンストラクタの概要
AnnotationException()
          デフォルトコンストラクタです。
AnnotationException(String message)
          コンストラクタです。
AnnotationException(String message, Throwable cause)
          コンストラクタです。
AnnotationException(Throwable cause)
          コンストラクタです。
 
メソッドの概要
 
クラス 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
 

コンストラクタの詳細

AnnotationException

public AnnotationException()
デフォルトコンストラクタです。


AnnotationException

public AnnotationException(String message)
コンストラクタです。

パラメータ:
message - 詳細なエラーメッセージ

AnnotationException

public AnnotationException(String message,
                           Throwable cause)
コンストラクタです。

パラメータ:
message - 詳細なエラーメッセージ
cause - 原因

AnnotationException

public AnnotationException(Throwable cause)
コンストラクタです。

パラメータ:
cause - 原因


Copyright © 2006-2009 OrangeSignal.com. All Rights Reserved.