com.ephox.editlive.spelling
Class SpellerLoaderException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.ephox.editlive.spelling.SpellerLoaderException
All Implemented Interfaces:
Serializable

public class SpellerLoaderException
extends Exception

Recommended exception to throw when SpellerLoader fails.

Since:
8.0
See Also:
Serialized Form

Constructor Summary
SpellerLoaderException()
           
SpellerLoaderException(String message)
           
SpellerLoaderException(String message, Throwable cause)
           
SpellerLoaderException(Throwable cause)
           
 
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

SpellerLoaderException

public SpellerLoaderException()

SpellerLoaderException

public SpellerLoaderException(String message)

SpellerLoaderException

public SpellerLoaderException(String message,
                              Throwable cause)

SpellerLoaderException

public SpellerLoaderException(Throwable cause)

Copyright (c) 2005-2012 Ephox Pty Ltd. All rights reserved.