Class AssertionErrorJobContext

java.lang.Object
com.exedio.cope.util.AssertionErrorJobContext
All Implemented Interfaces:
JobContext

public class AssertionErrorJobContext extends Object implements JobContext
An implementation of JobContext where all methods do fail with a AssertionError. You may want to subclass this class instead of implementing JobContext directly to make your subclass cope with new methods in JobContext.
  • Constructor Details

    • AssertionErrorJobContext

      public AssertionErrorJobContext()
  • Method Details