info.informatica.report.block
Class TableFormatException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by info.informatica.doc.DocumentException
              extended by info.informatica.doc.DocumentFormatException
                  extended by info.informatica.report.block.TableFormatException
All Implemented Interfaces:
Serializable

public class TableFormatException
extends info.informatica.doc.DocumentFormatException

Author:
Carlos Amengual (amengual at informatica.info)
See Also:
Serialized Form

Constructor Summary
TableFormatException()
           
TableFormatException(String message)
           
TableFormatException(String message, Throwable cause)
           
TableFormatException(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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TableFormatException

public TableFormatException()

TableFormatException

public TableFormatException(String message)

TableFormatException

public TableFormatException(String message,
                            Throwable cause)

TableFormatException

public TableFormatException(Throwable cause)