org.esa.beam.framework.processor
Class IllegalProcessorStateException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.esa.beam.framework.processor.ProcessorException
              extended by 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

Constructor Summary
IllegalProcessorStateException()
          Constructs a new exception with default error message.
IllegalProcessorStateException(String message)
          Constructs a new exception with the given error message.
 
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

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.