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