org.jdiagnose.remote.template
Class DefaultExceptionMatcher

java.lang.Object
  extended byorg.jdiagnose.remote.template.DefaultExceptionMatcher
All Implemented Interfaces:
ExceptionMatcher

public class DefaultExceptionMatcher
extends java.lang.Object
implements ExceptionMatcher

Author:
jmccrindle

Field Summary
static DefaultExceptionMatcher DEFAULT_EXCEPTION_MATCHER
           
 
Constructor Summary
DefaultExceptionMatcher()
           
 
Method Summary
 boolean match(java.lang.Throwable t)
          Match all throwables
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT_EXCEPTION_MATCHER

public static final DefaultExceptionMatcher DEFAULT_EXCEPTION_MATCHER
Constructor Detail

DefaultExceptionMatcher

public DefaultExceptionMatcher()
Method Detail

match

public boolean match(java.lang.Throwable t)
Match all throwables

Specified by:
match in interface ExceptionMatcher


Copyright © 2004-2005 Grape Design Limited. All Rights Reserved.