org.maltparser.core.graph
Class GraphException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.maltparser.core.exception.MaltChainedException
org.maltparser.core.graph.GraphException
- All Implemented Interfaces:
- Serializable
public class GraphException
- extends MaltChainedException
GraphException extends the MaltChainedException class and is thrown by classes
within the graph package.
- Since:
- 1.0
- Author:
- Johan Hall
- See Also:
- Serialized Form
serialVersionUID
public static final long serialVersionUID
- See Also:
- Constant Field Values
GraphException
public GraphException(String message)
- Creates a GraphException object with a message
- Parameters:
message
- the message
GraphException
public GraphException(String message,
Throwable cause)
- Creates a GraphException object with a message and a cause to the exception.
- Parameters:
message
- the messagecause
- the cause to the exception
Copyright 2007 Johan Hall, Jens Nilsson and Joakim Nivre.