Class LayoutCheckException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- eu.tsystems.mms.tic.testframework.layout.LayoutCheckException
-
- All Implemented Interfaces:
java.io.Serializable
public class LayoutCheckException extends java.lang.RuntimeExceptionAn exception thrown for layout checks- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description LayoutCheckException(LayoutCheck.MatchStep matchStep, java.lang.Throwable cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LayoutCheck.MatchStepgetMatchStep()
-
-
-
Constructor Detail
-
LayoutCheckException
public LayoutCheckException(LayoutCheck.MatchStep matchStep, java.lang.Throwable cause)
-
-
Method Detail
-
getMatchStep
public LayoutCheck.MatchStep getMatchStep()
-
-