Class ThreadRunnable

  • All Implemented Interfaces:
    Runnable

    public abstract class ThreadRunnable
    extends Object
    implements Runnable
    • Field Detail

      • description

        protected String description
    • Constructor Detail

      • ThreadRunnable

        public ThreadRunnable()
      • ThreadRunnable

        public ThreadRunnable​(String description)
    • Method Detail

      • throwException

        public void throwException​(Exception e)
      • run

        public void run()
        Specified by:
        run in interface Runnable
      • hasError

        public boolean hasError()
      • getException

        public Exception getException()