org.carrot2.core
Class ComponentInitializationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.carrot2.core.ProcessingException
                  extended by org.carrot2.core.ComponentInitializationException
All Implemented Interfaces:
Serializable

public class ComponentInitializationException
extends ProcessingException

Exception thrown if component initialization was unsuccessful.

See Also:
IProcessingComponent.init(IControllerContext), Serialized Form

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

ComponentInitializationException

public ComponentInitializationException(String message)

ComponentInitializationException

public ComponentInitializationException(Throwable t)

ComponentInitializationException

public ComponentInitializationException(String message,
                                        Throwable t)


Copyright (c) Dawid Weiss, Stanislaw Osinski