org.docx4j.openpackaging.exceptions
Class Docx4JRuntimeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.docx4j.openpackaging.exceptions.Docx4JRuntimeException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
InvalidOperationException

public class Docx4JRuntimeException
extends java.lang.RuntimeException

Global exception throws when a critical error occurs (this exception is set as Runtime in order not to force the user to manage the exception in a try/catch).

See Also:
Serialized Form

Constructor Summary
Docx4JRuntimeException(java.lang.String msg)
           
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Docx4JRuntimeException

public Docx4JRuntimeException(java.lang.String msg)