de.hpi.fgis.dude.exceptions
Class ExtractionFailedException

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.ExtractionFailedException
All Implemented Interfaces:
Serializable

public class ExtractionFailedException
extends NoSuchElementException

This exception should be raised by a DataSource implementation, if an object can't be extracted.

Author:
Matthias Pohl
See Also:
Serialized Form

Constructor Summary
ExtractionFailedException()
          Calls NoSuchElementException.NoSuchElementException().
ExtractionFailedException(String msg)
          Calls NoSuchElementException.NoSuchElementException(String).
ExtractionFailedException(String msg, Throwable cause)
          Calls NoSuchElementException.NoSuchElementException(String) and stores the passed cause.
ExtractionFailedException(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

ExtractionFailedException

public ExtractionFailedException()
Calls NoSuchElementException.NoSuchElementException().


ExtractionFailedException

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

Parameters:
msg - The error message.

ExtractionFailedException

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

Parameters:
cause - The exception that caused this exception.

ExtractionFailedException

public ExtractionFailedException(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.