com.p6spy.engine.common
Class MatchException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.p6spy.engine.common.MatchException
- All Implemented Interfaces:
- java.io.Serializable
- public class MatchException
- extends java.lang.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.
- See Also:
- Serialized Form
Constructor Summary |
MatchException(java.lang.String message,
java.lang.Exception nested)
|
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
MatchException
public MatchException(java.lang.String message,
java.lang.Exception nested)
printStackTrace
public void printStackTrace(java.io.PrintStream s)
printStackTrace
public void printStackTrace(java.io.PrintWriter s)