org.esa.beam.framework.processor
Class ProcessorException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.esa.beam.framework.processor.ProcessorException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- IllegalProcessorParamException, IllegalProcessorStateException, RequestElementFactoryException
public class ProcessorException
- extends Exception
General exception class for all failures within the processor framework.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ProcessorException
public ProcessorException(String message)
- Constructs the object with given error message.
- Parameters:
message - the exception message
ProcessorException
public ProcessorException(String message,
Throwable cause)
- Constructs the object with given error message and cause.
- Parameters:
message - the exception messagecause - the exception cause
Copyright © 2002-2012 Brockmann Consult GmbH. All Rights Reserved.