com.groundwork.collage.exception
Class CollageTrendInsufficientDataPointsException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended bycom.groundwork.collage.exception.CollageException
                  extended bycom.groundwork.collage.exception.CollageTrendInsufficientDataPointsException
All Implemented Interfaces:
java.io.Serializable

public class CollageTrendInsufficientDataPointsException
extends CollageException

CollageInsufficientDataPointsException

Version:
$Id: CollageTrendInsufficientDataPointsException.java,v 1.3 2005/07/27 21:32:35 rogerrut Exp $
Author:
Roger Ruttimann
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.lang.RuntimeException
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
CollageTrendInsufficientDataPointsException()
           
CollageTrendInsufficientDataPointsException(java.lang.String message)
           
CollageTrendInsufficientDataPointsException(java.lang.String message, java.lang.Throwable cause)
           
CollageTrendInsufficientDataPointsException(java.lang.Throwable cause)
           
 
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

CollageTrendInsufficientDataPointsException

public CollageTrendInsufficientDataPointsException()

CollageTrendInsufficientDataPointsException

public CollageTrendInsufficientDataPointsException(java.lang.String message)
Parameters:
message -

CollageTrendInsufficientDataPointsException

public CollageTrendInsufficientDataPointsException(java.lang.Throwable cause)
Parameters:
cause -

CollageTrendInsufficientDataPointsException

public CollageTrendInsufficientDataPointsException(java.lang.String message,
                                                   java.lang.Throwable cause)
Parameters:
message -
cause -


Copyright © 2005 IT Groundwork. All Rights Reserved.