fop 2.2

org.apache.fop.render.rtf.rtflib.exceptions
Class RtfStructureException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by org.apache.fop.render.rtf.rtflib.exceptions.RtfException
                  extended by org.apache.fop.render.rtf.rtflib.exceptions.RtfStructureException
All Implemented Interfaces:
java.io.Serializable

public class RtfStructureException
extends RtfException

Thrown when a method call would lead to an invalid RTF document structure.

This work was authored by Bertrand Delacretaz ([email protected]).

See Also:
Serialized Form

Constructor Summary
RtfStructureException(java.lang.String reason)
           
 
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

RtfStructureException

public RtfStructureException(java.lang.String reason)
Parameters:
reason - Description of reason for exception.

fop 2.2

Copyright 1999-2017 The Apache Software Foundation. All Rights Reserved.