fop 0.91beta

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

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.io.IOException
                    |
                    +--org.apache.fop.render.rtf.rtflib.exceptions.RtfException
                          |
                          +--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.

Author:
Bertrand Delacretaz bdelacretaz@codeconsult.ch
See Also:
Serialized Form

Constructor Summary
RtfStructureException(java.lang.String reason)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, 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 0.91beta

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