frysk.expunit
Class TerminationException

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

public class TerminationException
extends RuntimeException

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
TerminationException(Signal expectedSignal, int expectedStatus, String s)
           
 
Method Summary
private static String expecting(Signal expectedSignal, int expectedStatus)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, 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

TerminationException

TerminationException(Signal expectedSignal,
                     int expectedStatus,
                     String s)
Method Detail

expecting

private static String expecting(Signal expectedSignal,
                                int expectedStatus)