com.agapple.mapping.core
类 BeanMappingException

java.lang.Object
  继承者 java.lang.Throwable
      继承者 java.lang.Exception
          继承者 java.lang.RuntimeException
              继承者 org.apache.commons.lang.exception.NestableRuntimeException
                  继承者 com.agapple.mapping.core.BeanMappingException
所有已实现的接口:
Serializable, org.apache.commons.lang.exception.Nestable

public class BeanMappingException
extends org.apache.commons.lang.exception.NestableRuntimeException

作者:
jianghang 2011-5-25 上午11:23:59
另请参见:
序列化表格

字段摘要
 
从类 org.apache.commons.lang.exception.NestableRuntimeException 继承的字段
delegate
 
构造方法摘要
BeanMappingException()
           
BeanMappingException(String message)
           
BeanMappingException(String message, Throwable cause)
           
BeanMappingException(Throwable cause)
           
 
方法摘要
 
从类 org.apache.commons.lang.exception.NestableRuntimeException 继承的方法
getCause, getMessage, getMessage, getMessages, getThrowable, getThrowableCount, getThrowables, indexOfThrowable, indexOfThrowable, printPartialStackTrace, printStackTrace, printStackTrace, printStackTrace
 
从类 java.lang.Throwable 继承的方法
fillInStackTrace, getLocalizedMessage, getStackTrace, initCause, setStackTrace, toString
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

构造方法详细信息

BeanMappingException

public BeanMappingException()

BeanMappingException

public BeanMappingException(String message,
                            Throwable cause)

BeanMappingException

public BeanMappingException(String message)

BeanMappingException

public BeanMappingException(Throwable cause)


Copyright © 2012. All Rights Reserved.