org.objectledge.pipeline
Class ProcessingException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.objectledge.pipeline.ProcessingException
All Implemented Interfaces:
Serializable

public class ProcessingException
extends Exception

Thrown when Valve's processing encounters a problem.

Version:
$Id: ProcessingException.java,v 1.1 2004/01/23 08:17:05 fil Exp $
Author:
Pawel Potempski
See Also:
Serialized Form

Constructor Summary
ProcessingException()
          Constructs a new ProcessingException with the default message.
ProcessingException(String message)
          Constructs a new ProcessingException with a custom message.
ProcessingException(String message, Throwable t)
          Constructs a new ProcessingException with a custom message.
ProcessingException(Throwable t)
          Constructs a new ProcessingException with a nested exception.
 
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()
Constructs a new ProcessingException with the default message.


ProcessingException

public ProcessingException(String message)
Constructs a new ProcessingException with a custom message.

Parameters:
message - the message.

ProcessingException

public ProcessingException(Throwable t)
Constructs a new ProcessingException with a nested exception.

Parameters:
t - the nested exception.

ProcessingException

public ProcessingException(String message,
                           Throwable t)
Constructs a new ProcessingException with a custom message.

Parameters:
message - the message.
t - the nested exception.


Copyright © 2003-2006 objectledge.org. All Rights Reserved.