frysk.expunit
Class EndOfFileException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by frysk.expunit.MatchException
                  extended by frysk.expunit.EndOfFileException
All Implemented Interfaces:
Serializable

public class EndOfFileException
extends MatchException

Thrown an an end-of-file is encountered and nothing else matches.

See Also:
Serialized Form

Field Summary
(package private) static long serialVersionUID
           
 
Constructor Summary
EndOfFileException(Match[] matches, String output)
           
 
Method Summary
 
Methods inherited from class frysk.expunit.MatchException
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
Constructor Detail

EndOfFileException

EndOfFileException(Match[] matches,
                   String output)