Project Wonder 5.0

er.extensions.components.javascript
Class ERXGoogleSpell.CorrectionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by er.extensions.components.javascript.ERXGoogleSpell.CorrectionException
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
ERXGoogleSpell

public static class ERXGoogleSpell.CorrectionException
extends java.lang.Exception

CorrectionException is thrown if anything fails during the correction process.

See Also:
Serialized Form
Author:
mschrag

Constructor Summary
ERXGoogleSpell.CorrectionException(java.lang.String message)
          Creates a new CorrectionException.
ERXGoogleSpell.CorrectionException(java.lang.String message, java.lang.Throwable cause)
          Creates a new CorrectionException.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ERXGoogleSpell.CorrectionException

public ERXGoogleSpell.CorrectionException(java.lang.String message,
                                          java.lang.Throwable cause)
Creates a new CorrectionException.

Parameters:
message - the exception message
cause - the root cause

ERXGoogleSpell.CorrectionException

public ERXGoogleSpell.CorrectionException(java.lang.String message)
Creates a new CorrectionException.

Parameters:
message - the exception message

Last updated: Tue, Feb 21, 2017 • 05:45 PM CET

Copyright © 2002 – 2007 Project Wonder.