xsmeral.pipe
Class ObjectProcessorException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by xsmeral.pipe.ObjectProcessorException
All Implemented Interfaces:
Serializable

public class ObjectProcessorException
extends Exception

Indicates a problem while starting a processor chain (e.g. non-matching or uninitialized processors)

See Also:
Serialized Form

Constructor Summary
ObjectProcessorException()
           
ObjectProcessorException(String msg)
           
ObjectProcessorException(String message, 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

ObjectProcessorException

public ObjectProcessorException()

ObjectProcessorException

public ObjectProcessorException(String msg)

ObjectProcessorException

public ObjectProcessorException(String message,
                                Throwable cause)