org.maltparser.ml.libsvm
Class LibsvmException
java.lang.Object
   java.lang.Throwable
java.lang.Throwable
       java.lang.Exception
java.lang.Exception
           org.maltparser.core.exception.MaltChainedException
org.maltparser.core.exception.MaltChainedException
               org.maltparser.ml.libsvm.LibsvmException
org.maltparser.ml.libsvm.LibsvmException
- All Implemented Interfaces: 
- Serializable
- public class LibsvmException 
- extends MaltChainedException
LibsvmException 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
LibsvmException
public LibsvmException(String message)
- Creates a LibsvmException object with a message
 
- Parameters:
- message- the message
 
LibsvmException
public LibsvmException(String message,
                       Throwable cause)
- Creates a LibsvmException object with a message and a cause to the exception.
 
- Parameters:
- message- the message
- cause- the cause to the exception
 
Copyright 2007-2010 Johan Hall, Jens Nilsson and Joakim Nivre.