org.carrot2.core
Class DuplicatedKeyException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.carrot2.core.DuplicatedKeyException
All Implemented Interfaces:
Serializable

public final class DuplicatedKeyException
extends Exception

Thrown when addition of a key-value pair failed because the key already exist in the container.

Version:
$Revision: 2122 $
Author:
Dawid Weiss
See Also:
Serialized Form

Constructor Summary
DuplicatedKeyException(String message)
          Creates a new exception object with an additional message.
 
Method Summary
 
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

DuplicatedKeyException

public DuplicatedKeyException(String message)
Creates a new exception object with an additional message.

Parameters:
message - The cause of the error.


Copyright (c) Dawid Weiss, Stanislaw Osinski