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:
java.io.Serializable
public class RuntimeWorkerException extends java.lang.RuntimeException
Thrown when the XMLWorker throws an Exception that we want to convert to a RuntimeException.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
-
Constructor Summary
Constructors Constructor Description RuntimeWorkerException()
RuntimeWorkerException(java.lang.String message)
RuntimeWorkerException(java.lang.String message, java.lang.Throwable cause)
RuntimeWorkerException(java.lang.Throwable cause)
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
RuntimeWorkerException
public RuntimeWorkerException()
-
RuntimeWorkerException
public RuntimeWorkerException(java.lang.String message, java.lang.Throwable cause)
- Parameters:
message
- a messagecause
- a cause
-
RuntimeWorkerException
public RuntimeWorkerException(java.lang.String message)
- Parameters:
message
- a message
-
RuntimeWorkerException
public RuntimeWorkerException(java.lang.Throwable cause)
- Parameters:
cause
- a cause
-
-