org.esa.beam.framework.processor
Class IllegalProcessorStateException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.esa.beam.framework.processor.ProcessorException
org.esa.beam.framework.processor.IllegalProcessorStateException
- All Implemented Interfaces:
- Serializable
public class IllegalProcessorStateException
- extends ProcessorException
An exception which occurs if an illegal processor state has been encountered.
- Version:
- $revision$ $date$
- Author:
- Tom Block
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
IllegalProcessorStateException
public IllegalProcessorStateException()
- Constructs a new exception with default error message.
IllegalProcessorStateException
public IllegalProcessorStateException(String message)
- Constructs a new exception with the given error message.
- Parameters:
message - the error message
Copyright © 2002-2012 Brockmann Consult GmbH. All Rights Reserved.