de.l3s.boilerpipe
Class BoilerpipeProcessingException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by de.l3s.boilerpipe.BoilerpipeProcessingException
All Implemented Interfaces:
java.io.Serializable

public class BoilerpipeProcessingException
extends java.lang.Exception

Exception for signaling failure in the processing pipeline.

Author:
Christian Kohlsch??tter
See Also:
Serialized Form

Constructor Summary
BoilerpipeProcessingException()
           
BoilerpipeProcessingException(java.lang.String message)
           
BoilerpipeProcessingException(java.lang.String message, java.lang.Throwable cause)
           
BoilerpipeProcessingException(java.lang.Throwable 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

BoilerpipeProcessingException

public BoilerpipeProcessingException()

BoilerpipeProcessingException

public BoilerpipeProcessingException(java.lang.String message,
                                     java.lang.Throwable cause)

BoilerpipeProcessingException

public BoilerpipeProcessingException(java.lang.String message)

BoilerpipeProcessingException

public BoilerpipeProcessingException(java.lang.Throwable cause)