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:
java.io.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(java.lang.String fileName, java.lang.Throwable cause)
           
 
Method Summary
 java.lang.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(java.lang.String fileName,
                            java.lang.Throwable cause)
Parameters:
fileName -
testSet -
Method Detail

getCause

public java.lang.Throwable getCause()
Returns:
the cause


Copyright © 2011-2012 Jenkins. All Rights Reserved.