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