Package gw.test

Class MultiBreakException

  • All Implemented Interfaces:
    java.io.Serializable

    public class MultiBreakException
    extends java.lang.RuntimeException
    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<TestBreakInfo> getTestBreakInfoList()  
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • _testBreakInfoList

        private final java.util.List<TestBreakInfo> _testBreakInfoList
    • Constructor Detail

      • MultiBreakException

        public MultiBreakException​(java.util.List<TestBreakInfo> testBreakInfoList)
      • MultiBreakException

        public MultiBreakException​(java.lang.String message,
                                   java.util.List<TestBreakInfo> testBreakInfoList)
    • Method Detail

      • getTestBreakInfoList

        public java.util.List<TestBreakInfo> getTestBreakInfoList()