Class WorkException

All Implemented Interfaces:
Serializable

public class WorkException extends RuntimeException
Work wraps any exception that's being thrown in WorkException. WorkException includes the item that caused the exception to be thrown
See Also:
  • Constructor Details

  • Method Details

    • getItem

      public Object getItem()