cuke4duke.spi.jruby
Class JRubyExceptionFactory

java.lang.Object
  extended by cuke4duke.spi.jruby.JRubyExceptionFactory
All Implemented Interfaces:
ExceptionFactory

public class JRubyExceptionFactory
extends Object
implements ExceptionFactory


Constructor Summary
JRubyExceptionFactory()
           
 
Method Summary
 Exception cucumberArityMismatchError(String message)
           
 Exception cucumberPending(String message)
           
 Exception error(String errorClass, String message)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JRubyExceptionFactory

public JRubyExceptionFactory()
Method Detail

error

public Exception error(String errorClass,
                       String message)
Specified by:
error in interface ExceptionFactory

cucumberPending

public Exception cucumberPending(String message)
Specified by:
cucumberPending in interface ExceptionFactory

cucumberArityMismatchError

public Exception cucumberArityMismatchError(String message)
Specified by:
cucumberArityMismatchError in interface ExceptionFactory


Copyright © 2010. All Rights Reserved.