com.itextpdf.tool.xml.exceptions
Class RuntimeWorkerException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by 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
RuntimeWorkerException()
           
RuntimeWorkerException(String message)
           
RuntimeWorkerException(String message, Throwable cause)
           
RuntimeWorkerException(Throwable cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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


Copyright © 2015. All Rights Reserved.