uk.ac.ebi.microarray.zooma.reports
Class ReportGenerationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by uk.ac.ebi.microarray.zooma.reports.ReportGenerationException
All Implemented Interfaces:
java.io.Serializable

public class ReportGenerationException
extends java.lang.RuntimeException

An exception that is raised whenever a report fails to generate

Author:
Tony Burdett
See Also:
Serialized Form

Constructor Summary
ReportGenerationException()
           
ReportGenerationException(java.lang.String message)
           
ReportGenerationException(java.lang.String message, java.lang.Throwable cause)
           
ReportGenerationException(java.lang.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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ReportGenerationException

public ReportGenerationException()

ReportGenerationException

public ReportGenerationException(java.lang.String message)

ReportGenerationException

public ReportGenerationException(java.lang.String message,
                                 java.lang.Throwable cause)

ReportGenerationException

public ReportGenerationException(java.lang.Throwable cause)


Copyright © 2010. All Rights Reserved.