org.specrunner.util.expression
Class TextAnalyzerException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.specrunner.SpecRunnerException
              extended by org.specrunner.plugins.PluginException
                  extended by org.specrunner.util.expression.TextAnalyzerException
All Implemented Interfaces:
Serializable

public class TextAnalyzerException
extends PluginException

See Also:
Serialized Form

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

TextAnalyzerException

public TextAnalyzerException()

TextAnalyzerException

public TextAnalyzerException(String message,
                             Throwable cause)

TextAnalyzerException

public TextAnalyzerException(String message)

TextAnalyzerException

public TextAnalyzerException(Throwable cause)


Copyright © 2015. All rights reserved.