org.esa.beam.framework.processor
Class RequestElementFactoryException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.esa.beam.framework.processor.ProcessorException
org.esa.beam.framework.processor.RequestElementFactoryException
- All Implemented Interfaces:
- Serializable
public class RequestElementFactoryException
- extends ProcessorException
Exceptions of this type are thrown within a RequestElementFactory if an element of a request could not
be created. This can have multiple reasons: The external format is which the request is stored, is invalid
(syntax errors) A request parameter has an unknown data type A request parameter value is not of
the desired data type Missing or incomplete information in general
- Version:
- $Date$
- Author:
- Norman Fomferra
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
RequestElementFactoryException
public RequestElementFactoryException(String message)
- Constructs a new
RequestElementFactoryException with given detail message.
- Parameters:
message - the exception detail message
RequestElementFactoryException
public RequestElementFactoryException(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.