Package gw.test
Class MultiBreakException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- gw.test.MultiBreakException
-
- All Implemented Interfaces:
Serializable
public class MultiBreakException extends RuntimeException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MultiBreakException(String message, List<TestBreakInfo> testBreakInfoList)
MultiBreakException(List<TestBreakInfo> testBreakInfoList)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<TestBreakInfo>
getTestBreakInfoList()
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
MultiBreakException
public MultiBreakException(List<TestBreakInfo> testBreakInfoList)
-
MultiBreakException
public MultiBreakException(String message, List<TestBreakInfo> testBreakInfoList)
-
-
Method Detail
-
getTestBreakInfoList
public List<TestBreakInfo> getTestBreakInfoList()
-
-