Package com.itextpdf.tool.xml.exceptions
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.- Author:
- redlab_b
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RuntimeWorkerException()
RuntimeWorkerException(String message)
RuntimeWorkerException(String message, Throwable cause)
RuntimeWorkerException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
RuntimeWorkerException
public RuntimeWorkerException()
-
RuntimeWorkerException
public RuntimeWorkerException(String message, Throwable cause)
- Parameters:
message
- a messagecause
- a cause
-
RuntimeWorkerException
public RuntimeWorkerException(String message)
- Parameters:
message
- a message
-
RuntimeWorkerException
public RuntimeWorkerException(Throwable cause)
- Parameters:
cause
- a cause
-
-