org.carrot2.core
Class ProcessingException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by 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

Constructor Summary
ProcessingException(String message)
           
ProcessingException(String message, Throwable cause)
           
ProcessingException(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

ProcessingException

public ProcessingException(String message,
                           Throwable cause)

ProcessingException

public ProcessingException(String message)

ProcessingException

public ProcessingException(Throwable cause)


Copyright (c) Dawid Weiss, Stanislaw Osinski