com.tensegrity.generic.util
Class MapReverseNotPossibleException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.tensegrity.generic.util.StaticException
              extended bycom.tensegrity.generic.util.MapReverseNotPossibleException
All Implemented Interfaces:
java.io.Serializable

public class MapReverseNotPossibleException
extends StaticException

A MapReverseNotPossibleException exception indicates that a map cannot be reversed, because it contains the same value more than once.

Version:
$Id: MapReverseNotPossibleException.java,v 1.2 2003/08/06 15:22:44 AndreasEbbert Exp $
Author:
S. Rutz
See Also:
Serialized Form

Constructor Summary
MapReverseNotPossibleException()
          Constructs a MapReverseNotPossibleException exception.
MapReverseNotPossibleException(java.lang.String what)
          Constructs a MapReverseNotPossibleException exception.
 
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

MapReverseNotPossibleException

public MapReverseNotPossibleException()
Constructs a MapReverseNotPossibleException exception.


MapReverseNotPossibleException

public MapReverseNotPossibleException(java.lang.String what)
Constructs a MapReverseNotPossibleException exception.

Parameters:
what - a detailed message for the exception


Copyright © 2005 Tensegrity Software GmbH. All Rights Reserved. Date of creation: 09.06.2006.