com.gisgraphy.fulltext.spell
Class SpellCheckerException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.gisgraphy.fulltext.spell.SpellCheckerException
- All Implemented Interfaces:
- Serializable
public class SpellCheckerException
- extends RuntimeException
Generic SpellCheckerException
- Author:
- David Masclet
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
SpellCheckerException
public SpellCheckerException()
- Default Constructor
SpellCheckerException
public SpellCheckerException(String message,
Throwable cause)
- Parameters:
message
- The messagecause
- Thecause
SpellCheckerException
public SpellCheckerException(String message)
- Parameters:
message
- The message
SpellCheckerException
public SpellCheckerException(Throwable cause)
- Parameters:
cause
- The cause
Copyright © 2012. All Rights Reserved.