org.esa.beam.framework.gpf.graph
Class GraphException
java.lang.Object
java.lang.Throwable
java.lang.Exception
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
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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 messagecause - the cause
Copyright © 2002-2012 Brockmann Consult GmbH. All Rights Reserved.