MaltParser 1.5

org.maltparser.ml.lib
Class LibException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.maltparser.core.exception.MaltChainedException
              extended by 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

Field Summary
static long serialVersionUID
           
 
Constructor Summary
LibException(String message)
          Creates a LibException object with a message
LibException(String message, Throwable cause)
          Creates a LibException object with a message and a cause to the exception.
 
Method Summary
 
Methods inherited from class org.maltparser.core.exception.MaltChainedException
getCause, getMessageChain, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

serialVersionUID

public static final long serialVersionUID
See Also:
Constant Field Values
Constructor Detail

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 message
cause - the cause to the exception

MaltParser 1.5

Copyright 2007-2011 Johan Hall, Jens Nilsson and Joakim Nivre.