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

NotCoercibleException (JBoss/Common API) - JBoss 4.0.1 sp1 common API Documentation 英文版文档


org.jboss.util
Class NotCoercibleException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byorg.jboss.util.NestedRuntimeException
                  extended byorg.jboss.util.CoercionException
                      extended byorg.jboss.util.NotCoercibleException
All Implemented Interfaces:
NestedThrowable, Serializable

public class NotCoercibleException
extends CoercionException

This exception is thrown to indicate that an object was not coercible.

Version:
$Revision: 1.1 $
Author:
Jason Dillon
See Also:
Serialized Form

Nested Class Summary
 
Nested classes inherited from class org.jboss.util.NestedThrowable
NestedThrowable.Util
 
Field Summary
 
Fields inherited from class org.jboss.util.NestedRuntimeException
nested
 
Fields inherited from interface org.jboss.util.NestedThrowable
DETECT_DUPLICATE_NESTING, NESTED_TRACE_ENABLED, PARENT_TRACE_ENABLED
 
Constructor Summary
NotCoercibleException()
          Construct a NotCoercibleException with no detail.
NotCoercibleException(Object obj)
          Construct a NotCoercibleException with an object detail.
NotCoercibleException(String msg)
          Construct a NotCoercibleException with the specified detail message.
NotCoercibleException(String msg, Throwable nested)
          Construct a NotCoercibleException with the specified detail message and nested Throwable.
NotCoercibleException(Throwable nested)
          Construct a NotCoercibleException with the specified nested Throwable.
 
Methods inherited from class org.jboss.util.NestedRuntimeException
getCause, getMessage, getNested, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NotCoercibleException

public NotCoercibleException(String msg)
Construct a NotCoercibleException with the specified detail message.

Parameters:
msg - Detail message.

NotCoercibleException

public NotCoercibleException(String msg,
                             Throwable nested)
Construct a NotCoercibleException with the specified detail message and nested Throwable.

Parameters:
msg - Detail message.
nested - Nested Throwable.

NotCoercibleException

public NotCoercibleException(Throwable nested)
Construct a NotCoercibleException with the specified nested Throwable.

Parameters:
nested - Nested Throwable.

NotCoercibleException

public NotCoercibleException()
Construct a NotCoercibleException with no detail.


NotCoercibleException

public NotCoercibleException(Object obj)
Construct a NotCoercibleException with an object detail.

Parameters:
obj - Object detail.


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