站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 4.0.1 sp1 common API Documentation 英文版文档

Uses of Interface org.jboss.util.NestedThrowable (JBoss/Common API) - JBoss 4.0.1 sp1 common API Documentation 英文版文档


Uses of Interface
org.jboss.util.NestedThrowable

Packages that use NestedThrowable
org.jboss.util Utility classes and interfaces. 
org.jboss.util.property An advanced property access, managment and notification system. 
 

Uses of NestedThrowable in org.jboss.util
 

Classes in org.jboss.util that implement NestedThrowable
 class AbstractNestedThrowable
          A common superclass for Throwable classes that can contain a nested Throwable detail object.
 class CoercionException
          This exception is thrown to indicate that a problem has occured while trying to coerce an object.
 class DataConversionException
          An exception throw to indicate a problem with some type of data conversion.
 class NestedError
          A common superclass for Error classes that can contain a nested Throwable detail object.
 class NestedException
          A common superclass for Exception classes that can contain a nested Throwable detail object.
 class NestedRuntimeException
          A common superclass for RuntimeException classes that can contain a nested Throwable detail object.
 class NestedSQLException
          A common superclass for SQLException classes that can contain a nested Throwable detail object.
 class NotCoercibleException
          This exception is thrown to indicate that an object was not coercible.
 class UnexpectedThrowable
          Thrown to indicate that a Throwable was caught but was not expected.
 

Methods in org.jboss.util with parameters of type NestedThrowable
static void NestedThrowable.Util.checkNested(NestedThrowable parent, Throwable child)
          Check and possibly warn if the nested exception type is the same as the parent type (duplicate nesting).
 

Uses of NestedThrowable in org.jboss.util.property
 

Classes in org.jboss.util.property that implement NestedThrowable
 class PropertyError
          Thrown to indicate a fatal problem with the property system.
 class PropertyException
          This exception is thrown to indicate a non-fatal problem with the property system.
 



Copyright © 2002 JBoss Group, LLC. All Rights Reserved.