org.maltparser.core.propagation
Class PropagationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.maltparser.core.exception.MaltChainedException
org.maltparser.core.propagation.PropagationException
- All Implemented Interfaces:
- Serializable
public class PropagationException
- extends MaltChainedException
PropagationException extends the MaltChainedException class and is thrown by classes
within the propagation package.
- Author:
- Johan Hall
- See Also:
- Serialized Form
serialVersionUID
public static final long serialVersionUID
- See Also:
- Constant Field Values
PropagationException
public PropagationException(String message)
- Creates a PropagationException object with a message
- Parameters:
message
- the message
PropagationException
public PropagationException(String message,
Throwable cause)
- Creates a PropagationException object with a message and a cause to the exception.
- Parameters:
message
- the messagecause
- the cause to the exception
Copyright 2007-2010 Johan Hall, Jens Nilsson and Joakim Nivre.