de.l3s.boilerpipe
Class BoilerpipeProcessingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
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
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 |
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)