com.pmease.quickbuild.plugin.report.engine.exception
Class ReportException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.pmease.quickbuild.plugin.report.engine.exception.ReportException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
ColumnNotFoundException, DatabaseException, InvalidFormatPatternException, MetaNotFoundException, ParseException, ReportParseException, TypeCastException, UnknownTypeException

public class ReportException
extends java.lang.RuntimeException

A generic exception class which represents the exception occurred in report plugin.

See Also:
Serialized Form

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

ReportException

public ReportException(java.lang.String msg)

ReportException

public ReportException(java.lang.Throwable e)


Copyright © 2005-2010 PMEase Inc. All Rights Reserved.