frysk.expunit
Class MatchException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by frysk.expunit.MatchException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
EndOfFileException, TimeoutException

 class MatchException
extends RuntimeException


Field Summary
private  String error
           
private  Match[] matches
           
private  String output
           
(package private) static long serialVersionUID
           
 
Constructor Summary
MatchException(String error, Match[] matches, String output)
           
 
Method Summary
 String getMessage()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, 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

serialVersionUID

static final long serialVersionUID
See Also:
Constant Field Values

error

private final String error

matches

private final Match[] matches

output

private final String output
Constructor Detail

MatchException

MatchException(String error,
               Match[] matches,
               String output)
Method Detail

getMessage

public String getMessage()
Overrides:
getMessage in class Throwable