org.esa.beam.framework.gpf.graph
Class GraphException

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

public class GraphException
extends Exception

A general exception class for all failures that occurs during the use and execution of Graphs.

Author:
Maximilian Aulinger
See Also:
Serialized Form

Constructor Summary
GraphException(String message)
          Constructs a new exception with the specified detail message.
GraphException(String message, Throwable cause)
          Constructs a new exception with the specified detail message and 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

GraphException

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

Parameters:
message - the detail message

GraphException

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

Parameters:
message - the detail message
cause - the cause


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