org.tap4j.plugin.model
Class ParseErrorTestSetMap

java.lang.Object
  extended by org.tap4j.plugin.model.TestSetMap
      extended by org.tap4j.plugin.model.ParseErrorTestSetMap
All Implemented Interfaces:
Serializable

public class ParseErrorTestSetMap
extends TestSetMap

A test set map that failed to parse.

Since:
1.2.8
Author:
Bruno P. Kinoshita - http://www.kinoshita.eti.br
See Also:
Serialized Form

Constructor Summary
ParseErrorTestSetMap(String fileName, Throwable cause)
           
 
Method Summary
 Throwable getCause()
           
 
Methods inherited from class org.tap4j.plugin.model.TestSetMap
getFileName, getTestSet
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ParseErrorTestSetMap

public ParseErrorTestSetMap(String fileName,
                            Throwable cause)
Parameters:
fileName -
testSet -
Method Detail

getCause

public Throwable getCause()
Returns:
the cause


Copyright © 2011-2013 Jenkins. All Rights Reserved.