ar.com.jiji.kaya.reports
Class ReportException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by ar.com.jiji.kaya.KayaException
              extended by ar.com.jiji.kaya.reports.ReportException
All Implemented Interfaces:
java.io.Serializable

public class ReportException
extends KayaException

Indica algun error durante la generacion de un reporte.

Author:
lparra
See Also:
Serialized Form

Constructor Summary
ReportException()
           
ReportException(java.lang.String msg)
           
ReportException(java.lang.String msg, java.lang.Throwable t)
           
ReportException(java.lang.Throwable t)
           
 
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

ReportException

public ReportException()

ReportException

public ReportException(java.lang.String msg,
                       java.lang.Throwable t)

ReportException

public ReportException(java.lang.String msg)

ReportException

public ReportException(java.lang.Throwable t)


Copyright © 2006 Kaya. All Rights Reserved.