org.eclipse.actf.visualization.eval.html.statistics
Class StatisticsDataFormatException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.eclipse.actf.visualization.eval.html.statistics.StatisticsDataFormatException
All Implemented Interfaces:
Serializable

public class StatisticsDataFormatException
extends Exception

Exception relates to HTML statistics data format error.

See Also:
Serialized Form

Constructor Summary
StatisticsDataFormatException()
          Constructor of Exception
StatisticsDataFormatException(String message)
          Constructor of Exception
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

StatisticsDataFormatException

public StatisticsDataFormatException()
Constructor of Exception


StatisticsDataFormatException

public StatisticsDataFormatException(String message)
Constructor of Exception

Parameters:
msg - exception message