org.carrot2.core
Class MissingProcessException

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

public class MissingProcessException
extends Exception

An exception thrown if an operation has been attempted on a process identifier that is not associated with any factory.

Version:
$Revision: 2122 $
Author:
Stanislaw Osinski
See Also:
Serialized Form

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

MissingProcessException

public MissingProcessException(String message)
Parameters:
message -

MissingProcessException

public MissingProcessException(String message,
                               Throwable cause)
Parameters:
message -
cause -

MissingProcessException

public MissingProcessException(Throwable cause)
Parameters:
cause -


Copyright (c) Dawid Weiss, Stanislaw Osinski