org.cb.jset
Class MatchingException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.cb.jset.MatchingException
All Implemented Interfaces:
java.io.Serializable

public class MatchingException
extends java.lang.Exception

Exception to symbolize when a set should be matching but is not.

Version:
$Id: MatchingException.java 83 2004-04-13 13:51:09Z jerome $
Author:
jerome@coffeebreaks.org - last modified by $LastChangedBy: jerome $
See Also:
Serialized Form

Constructor Summary
MatchingException(java.lang.String msg)
          Constructs an instance of MatchingException with the specified detail message.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MatchingException

public MatchingException(java.lang.String msg)
Constructs an instance of MatchingException with the specified detail message.

Parameters:
msg - the detail message.


Copyright © 2004 CoffeeBreaks. All Rights Reserved.