Class FailMatch

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--FailMatch
All Implemented Interfaces:
java.io.Serializable

public class FailMatch
extends java.lang.Exception

The class `FailMatch' is a subclass of Exception that is thrown by CCUS_FMA.processDifference to tell CCUS_FMA.matchFrames to fail the match because two frames are semantically incomparable.

See Also:
Serialized Form

Constructor Summary
FailMatch()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FailMatch

public FailMatch()