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