//Artefact:JavaClass/com/sphenon/basics/exception/EMatcher

Synopsis

public EMatcher extends Object implements ExceptionMatcher

//Artefact:Constructor/com/sphenon/basics/exception/EMatcher/EMatcher

Synopsis

public EMatcher (Classes include, Classes exclude, CMatcher child_matcher, String message_template)

//Artefact:Constructor/com/sphenon/basics/exception/EMatcher/EMatcher

Synopsis

public EMatcher (Classes include, Classes exclude, CMatcher child_matcher, String message_template, String message_include, String message_exclude)

//Artefact:Attribute/com/sphenon/basics/exception/EMatcher/include

Synopsis

public java.lang.Class[] include

//Artefact:Attribute/com/sphenon/basics/exception/EMatcher/exclude

Synopsis

public java.lang.Class[] exclude

//Artefact:Attribute/com/sphenon/basics/exception/EMatcher/child_matcher

Synopsis

public com.sphenon.basics.exception.CMatcher child_matcher

//Artefact:Attribute/com/sphenon/basics/exception/EMatcher/message_template

Synopsis

public java.lang.String message_template

//Artefact:Attribute/com/sphenon/basics/exception/EMatcher/message_include

Synopsis

public java.lang.String message_include

//Artefact:Attribute/com/sphenon/basics/exception/EMatcher/message_exclude

Synopsis

public java.lang.String message_exclude

//Artefact:Method/com/sphenon/basics/exception/EMatcher/matches

Synopsis

public com.sphenon.basics.exception.EMatch matches (CallContext context, Throwable throwable)