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