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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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
Copyright © 2015. All Rights Reserved.