MaltParser 1.0.2

org.maltparser.core.graph
Class GraphException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.maltparser.core.exception.MaltChainedException
              extended by 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

Field Summary
static long serialVersionUID
           
 
Constructor Summary
GraphException(String message)
          Creates a GraphException object with a message
GraphException(String message, Throwable cause)
          Creates a GraphException object with a message and a cause to the exception.
 
Method Summary
 
Methods inherited from class org.maltparser.core.exception.MaltChainedException
getCause, getMessageChain, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

serialVersionUID

public static final long serialVersionUID
See Also:
Constant Field Values
Constructor Detail

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 message
cause - the cause to the exception

MaltParser 1.0.2

Copyright 2007 Johan Hall, Jens Nilsson and Joakim Nivre.