MaltParser 1.0.2

org.maltparser.parser.guide.classtable
Class ClassTableException

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.classtable.ClassTableException
All Implemented Interfaces:
Serializable

public class ClassTableException
extends MaltChainedException

ClassTableException object extends the MaltChainedException class and is thrown by classes within the classtable package.

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

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

ClassTableException

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

Parameters:
message - the message

ClassTableException

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