org.esa.beam.framework.processor
Class ProcessorException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.esa.beam.framework.processor.ProcessorException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
IllegalProcessorParamException, IllegalProcessorStateException, RequestElementFactoryException

Deprecated. since BEAM 4.11. Use the Graph Processing Framework instead.

@Deprecated
public class ProcessorException
extends Exception

General exception class for all failures within the processor framework.

See Also:
Serialized Form

Constructor Summary
ProcessorException(String message)
          Deprecated. Constructs the object with given error message.
ProcessorException(String message, Throwable cause)
          Deprecated. Constructs the object with given error message and 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

ProcessorException

public ProcessorException(String message)
Deprecated. 
Constructs the object with given error message.

Parameters:
message - the exception message

ProcessorException

public ProcessorException(String message,
                          Throwable cause)
Deprecated. 
Constructs the object with given error message and cause.

Parameters:
message - the exception message
cause - the exception cause


Copyright © 2002-2013 Brockmann Consult GmbH. All Rights Reserved.