de.hpi.fgis.dude.exceptions
Class DCSNMMissingNotificationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by java.util.NoSuchElementException
                  extended by de.hpi.fgis.dude.exceptions.DCSNMMissingNotificationException
All Implemented Interfaces:
Serializable

public class DCSNMMissingNotificationException
extends NoSuchElementException

This exception should be raised by DuplicateCountSNM, if the algorithm has not been notified of the comparison result of the latest pair.

Author:
Fabian Lindenberg
See Also:
Serialized Form

Constructor Summary
DCSNMMissingNotificationException()
          Calls NoSuchElementException.NoSuchElementException().
DCSNMMissingNotificationException(String msg)
          Calls NoSuchElementException.NoSuchElementException(String).
DCSNMMissingNotificationException(String msg, Throwable cause)
          Calls NoSuchElementException.NoSuchElementException(String) and stores the passed cause.
DCSNMMissingNotificationException(Throwable cause)
          Calls NoSuchElementException.NoSuchElementException() and stores the passed cause.
 
Method Summary
 Throwable getCause()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, 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

DCSNMMissingNotificationException

public DCSNMMissingNotificationException()
Calls NoSuchElementException.NoSuchElementException().


DCSNMMissingNotificationException

public DCSNMMissingNotificationException(String msg)
Calls NoSuchElementException.NoSuchElementException(String).

Parameters:
msg - The error message.

DCSNMMissingNotificationException

public DCSNMMissingNotificationException(Throwable cause)
Calls NoSuchElementException.NoSuchElementException() and stores the passed cause.

Parameters:
cause - The exception that caused this exception.

DCSNMMissingNotificationException

public DCSNMMissingNotificationException(String msg,
                                         Throwable cause)
Calls NoSuchElementException.NoSuchElementException(String) and stores the passed cause.

Parameters:
msg - The error message.
cause - The exception that caused this exception.
Method Detail

getCause

public Throwable getCause()
Overrides:
getCause in class Throwable
See Also:
Throwable.getCause()


Copyright © 2011 Hasso Plattner Institute - Chair of Information Systems. All Rights Reserved.