org.test4j.tools.exception
类 MultipleException

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

public class MultipleException
extends RuntimeException

另请参见:
序列化表格

构造方法摘要
MultipleException()
           
MultipleException(String message)
           
MultipleException(String message, Throwable cause)
           
MultipleException(String message, Throwable cause, Throwable... more)
           
MultipleException(Throwable cause)
           
MultipleException(Throwable cause, Throwable... more)
           
 
方法摘要
 void addException(List<Throwable> list)
           
 void addException(Throwable e)
           
 String getLocalizedMessage()
           
 String getMessage()
           
static MultipleException getMultipleException(Throwable... more)
           
 
从类 java.lang.Throwable 继承的方法
fillInStackTrace, getCause, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

构造方法详细信息

MultipleException

public MultipleException()

MultipleException

public MultipleException(String message,
                         Throwable cause)

MultipleException

public MultipleException(String message)

MultipleException

public MultipleException(Throwable cause)

MultipleException

public MultipleException(Throwable cause,
                         Throwable... more)

MultipleException

public MultipleException(String message,
                         Throwable cause,
                         Throwable... more)
方法详细信息

addException

public void addException(Throwable e)

addException

public void addException(List<Throwable> list)

getMessage

public String getMessage()
覆盖:
Throwable 中的 getMessage

getLocalizedMessage

public String getLocalizedMessage()
覆盖:
Throwable 中的 getLocalizedMessage

getMultipleException

public static MultipleException getMultipleException(Throwable... more)


Copyright © 2013. All rights reserved.