org.maltparser.core.sentence
Class SentenceException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.maltparser.core.exception.MaltChainedException
org.maltparser.core.sentence.SentenceException
- All Implemented Interfaces:
- Serializable
public class SentenceException
- extends MaltChainedException
SentenceException extends the MaltChainedException class and is thrown by classes
within the sentence package.
- Since:
- 1.0
- Author:
- Johan Hall
- See Also:
- Serialized Form
serialVersionUID
public static final long serialVersionUID
- See Also:
- Constant Field Values
SentenceException
public SentenceException(String message)
- Creates an SentenceException with a message
- Parameters:
message
- the message
SentenceException
public SentenceException(String message,
Throwable cause)
- Creates an SentenceException 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.