org.esa.beam.framework.gpf
Class OperatorException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.esa.beam.framework.gpf.OperatorException
All Implemented Interfaces:
Serializable

public class OperatorException
extends RuntimeException

A general exception class for all failures within an Operator implementation.

See Also:
Serialized Form

Constructor Summary
OperatorException(String message)
          Constructs a new exception with the specified detail message.
OperatorException(String message, Throwable cause)
          Constructs a new exception with the specified detail message and cause.
OperatorException(Throwable cause)
          Constructs a new exception by delegating to this(cause.getMessage(), 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

OperatorException

public OperatorException(String message)
Constructs a new exception with the specified detail message.

Parameters:
message - the detail message

OperatorException

public OperatorException(String message,
                         Throwable cause)
Constructs a new exception with the specified detail message and cause.

Parameters:
message - the detail message
cause - the cause

OperatorException

public OperatorException(Throwable cause)
Constructs a new exception by delegating to this(cause.getMessage(), cause).

Parameters:
cause - the cause


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