org.carrot2.core
Class ProcessingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.carrot2.core.ProcessingException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- ComponentInitializationException
public class ProcessingException
- extends RuntimeException
An exception thrown if processing failed. For certain specific failure reasons,
subclasses of this exception have been defined.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ProcessingException
public ProcessingException(String message,
Throwable cause)
ProcessingException
public ProcessingException(String message)
ProcessingException
public ProcessingException(Throwable cause)
Copyright (c) Dawid Weiss, Stanislaw Osinski