Traceability

tte.exceptions
Class ReportGenerationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by tte.exceptions.ReportGenerationException
All Implemented Interfaces:
java.io.Serializable

public class ReportGenerationException
extends java.lang.Exception

Exception raised when Report generation cannot be complete.

See Also:
Serialized Form

Constructor Summary
ReportGenerationException(java.lang.String message)
          Creates an instance of report generation exception with a message in parameter.
 
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(java.lang.String message)
Creates an instance of report generation exception with a message in parameter.

Parameters:
message - is the error message that isthrown

Traceability

Copyright (c) 2005 TOPCASED Contributors 2005 - 2007. All rights reserved.