Class RuntimeWorkerException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.itextpdf.tool.xml.exceptions.RuntimeWorkerException
All Implemented Interfaces:
Serializable

public class RuntimeWorkerException extends RuntimeException
Thrown when the XMLWorker throws an Exception that we want to convert to a RuntimeException.
See Also:
  • Field Details

  • Constructor Details

    • RuntimeWorkerException

      public RuntimeWorkerException()
    • RuntimeWorkerException

      public RuntimeWorkerException(String message, Throwable cause)
      Parameters:
      message - a message
      cause - a cause
    • RuntimeWorkerException

      public RuntimeWorkerException(String message)
      Parameters:
      message - a message
    • RuntimeWorkerException

      public RuntimeWorkerException(Throwable cause)
      Parameters:
      cause - a cause