messif.objects.extraction
Class ExtractorException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by messif.objects.extraction.ExtractorException
All Implemented Interfaces:
java.io.Serializable

public class ExtractorException
extends java.lang.Exception

Throwable that indicates an error during extraction.

See Also:
Serialized Form

Constructor Summary
ExtractorException()
          Creates a new instance of ExtractorException without detail message.
ExtractorException(java.lang.String msg)
          Constructs an instance of ExtractorException with the specified detail message.
ExtractorException(java.lang.String msg, java.lang.Throwable cause)
          Constructs an instance of ExtractorException with the specified detail message and cause.
 
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

ExtractorException

public ExtractorException()
Creates a new instance of ExtractorException without detail message.


ExtractorException

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

Parameters:
msg - the detail message.

ExtractorException

public ExtractorException(java.lang.String msg,
                          java.lang.Throwable cause)
Constructs an instance of ExtractorException with the specified detail message and cause.

Parameters:
msg - the detail message.
cause - the cause which is saved for later retrieval by the Throwable.getCause() method); a null value is permitted, and indicates that the cause is nonexistent or unknown