org.jboss.util
Class NotCoercibleException

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

public class NotCoercibleException
extends CoercionException

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

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

Nested Class Summary
 
Nested classes/interfaces inherited from interface 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.
 
Method Summary
 
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.