org.test4j.tools.exception
类 NewInstanceException

java.lang.Object
  继承者 java.lang.Throwable
      继承者 java.lang.Exception
          继承者 java.lang.RuntimeException
              继承者 org.test4j.tools.exception.NewInstanceException
所有已实现的接口:
Serializable

public class NewInstanceException
extends RuntimeException

创建newInstance()实例异常

作者:
darui.wudr 2013-1-11 上午12:17:29
另请参见:
序列化表格

构造方法摘要
NewInstanceException()
           
NewInstanceException(String message)
           
NewInstanceException(String message, Throwable cause)
           
NewInstanceException(Throwable cause)
           
 
方法摘要
 
从类 java.lang.Throwable 继承的方法
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

构造方法详细信息

NewInstanceException

public NewInstanceException()

NewInstanceException

public NewInstanceException(String message,
                            Throwable cause)

NewInstanceException

public NewInstanceException(String message)

NewInstanceException

public NewInstanceException(Throwable cause)


Copyright © 2013. All rights reserved.