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

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


Uses of Class
org.jboss.util.CoercionException

Packages that use CoercionException
org.jboss.util Utility classes and interfaces. 
org.jboss.util.coerce Object coercion helper classes. 
 

Uses of CoercionException in org.jboss.util
 

Subclasses of CoercionException in org.jboss.util
 class NotCoercibleException
          This exception is thrown to indicate that an object was not coercible.
 

Methods in org.jboss.util that throw CoercionException
static Object Objects.coerce(Object value, Class type)
          Coerce the given value into the specified type.
static Object Objects.coerce(Object[] values, Class type)
          Coerce the given values into the specified type.
 Object Coercible.coerce(Class type)
          Coerce this object into a specified type
 

Uses of CoercionException in org.jboss.util.coerce
 

Methods in org.jboss.util.coerce that throw CoercionException
 Object FileHandler.coerce(Object value, Class type)
          Coerces the given value into the given type (which should be File).
abstract  Object CoercionHandler.coerce(Object value, Class type)
          Coerce the given value into the specified type.
 Object ClassHandler.coerce(Object value, Class type)
          Coerces the given value into the given type (which should be Class).
 Object CharacterHandler.coerce(Object value, Class type)
          Coerces the given value into the given type (which should be Character.class).
 



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