MaltParser 1.0.2

org.maltparser.parser.guide.predmodel
Class ModelException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.maltparser.core.exception.MaltChainedException
              extended by org.maltparser.parser.guide.predmodel.ModelException
All Implemented Interfaces:
Serializable

public class ModelException
extends MaltChainedException

ModelException extends the MaltChainedException class and is thrown by classes within the guide.instmodel and guide.predmodel packages.

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

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

ModelException

public ModelException(String message)
Creates a ModelException object with a message

Parameters:
message - the message

ModelException

public ModelException(String message,
                      Throwable cause)
Creates a ModelException object 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.