com.p6spy.engine.common

Class MatchException

public class MatchException extends Exception

Description: An adaptor to allow custome Matcher implementations to throw nested exceptions. $Author: jeffgoke $ $Revision: 1.1 $ $Date: 2002/05/24 07:32:01 $ $Id: MatchException.java,v 1.1 2002/05/24 07:32:01 jeffgoke Exp $ $Log: MatchException.java,v $ Revision 1.1 2002/05/24 07:32:01 jeffgoke version 1 rewrite Revision 1.1 2002/04/22 02:27:04 jeffgoke Simon Sadedin added timing information. Added Junit tests.
Constructor Summary
MatchException(String message, Exception nested)
Method Summary
voidprintStackTrace(PrintStream s)
voidprintStackTrace(PrintWriter s)

Constructor Detail

MatchException

public MatchException(String message, Exception nested)

Method Detail

printStackTrace

public void printStackTrace(PrintStream s)

printStackTrace

public void printStackTrace(PrintWriter s)