クラス
org.zuena.guiceex.exception.GuiceexException の使用

GuiceexException を使用しているパッケージ
org.zuena.guiceex.exception guiceexがスローする例外を提供します。 
org.zuena.guiceex.jpa.exception JPAサポートがスローする例外です。 
org.zuena.guiceex.transaction guiceexのトランザクションサポートを提供します。 
 

org.zuena.guiceex.exception での GuiceexException の使用
 

org.zuena.guiceex.exception での GuiceexException のサブクラス
 class BindException
          バインディング中に発生したエラーを報告するクラスのスーパークラスです。
 class ClassNotFoundException
          クラスの取得に失敗した際にスローされます。
 class ConfigurationException
          InjectorFactory#getInjector(String)が失敗した時にスローされます。
 class InstantiationException
          インスタンス化に失敗した際にスローされます。
 class ProviderException
          guiceexのカスタムPrividerクラス内で発生したエラーを報告します。
 

org.zuena.guiceex.jpa.exception での GuiceexException の使用
 

org.zuena.guiceex.jpa.exception での GuiceexException のサブクラス
 class JPASupportException
          JPAサポート内での例外を報告するクラスのスーパークラスです。
 class PersistenceContextFieldNotFound
          META-INF/persistence.xmlが存在しない場合にスローします。
 class PersistenceXmlParseException
          META-INF/persistence.xmlの解析に失敗した際にスローします。
 

org.zuena.guiceex.transaction での GuiceexException の使用
 

org.zuena.guiceex.transaction での GuiceexException のサブクラス
 class NoTransactionException
          トランザクションが必要な状況においてトランザクションが開始されていない場合にスローします。
 class TransactionActiveException
          トランザクションが不要な状況においてトランザクションが開始されている場合にスローされます。
 



Copyright © 2007 zuena.org AllRights Reserved.