org.specrunner.formatters
Class FormatterException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.specrunner.SpecRunnerException
              extended by org.specrunner.formatters.FormatterException
All Implemented Interfaces:
Serializable

public class FormatterException
extends SpecRunnerException

See Also:
Serialized Form

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

FormatterException

public FormatterException()

FormatterException

public FormatterException(String message,
                          Throwable cause)

FormatterException

public FormatterException(String message)

FormatterException

public FormatterException(Throwable cause)


Copyright © 2015. All rights reserved.