MaltParser 1.0.2

org.maltparser.core.sentence
Class SentenceException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.maltparser.core.exception.MaltChainedException
              extended by org.maltparser.core.sentence.SentenceException
All Implemented Interfaces:
Serializable

public class SentenceException
extends MaltChainedException

SentenceException extends the MaltChainedException class and is thrown by classes within the sentence package.

Since:
1.0
Author:
Johan Hall
See Also:
Serialized Form

Field Summary
static long serialVersionUID
           
 
Constructor Summary
SentenceException(String message)
          Creates an SentenceException with a message
SentenceException(String message, Throwable cause)
          Creates an SentenceException 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

SentenceException

public SentenceException(String message)
Creates an SentenceException with a message

Parameters:
message - the message

SentenceException

public SentenceException(String message,
                         Throwable cause)
Creates an SentenceException with a message and a cause to the exception.

Parameters:
message - the message
cause - the cause to the exception

MaltParser 1.0.2

Copyright 2007 Johan Hall, Jens Nilsson and Joakim Nivre.