org.specrunner
Class SpecRunnerException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.specrunner.SpecRunnerException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
AnnotatorException, BlockException, ComparatorException, ContextException, ConverterException, ExpressionException, FeatureManagerException, PluginException, PropertyLoaderException, ResourceException, ResultException, RunnerException, SourceDumperException, SourceException

public class SpecRunnerException
extends Exception

See Also:
Serialized Form

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

SpecRunnerException

public SpecRunnerException()

SpecRunnerException

public SpecRunnerException(String message)

SpecRunnerException

public SpecRunnerException(Throwable cause)

SpecRunnerException

public SpecRunnerException(String message,
                           Throwable cause)


Copyright © 2014. All rights reserved.