lt.monarch.chart.spc
Class DataFormatException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by lt.monarch.chart.spc.DataFormatException
All Implemented Interfaces:
java.io.Serializable

public class DataFormatException
extends java.lang.Exception

When the input data for SPC charts is invalid, this exception is thrown

See Also:
Serialized Form

Constructor Summary
Constructor and Description
DataFormatException(java.lang.Exception ex)
          Constructs exception
DataFormatException(java.lang.String message)
          Constructs exception
 
Method Summary
Modifier and Type Method and Description
 
Methods inherited from class java.lang.Throwable
addSuppressedException, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressedExceptions, 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

DataFormatException

public DataFormatException(java.lang.Exception ex)
Constructs exception

Parameters:
ex - internal exception.

DataFormatException

public DataFormatException(java.lang.String message)
Constructs exception

Parameters:
message - error message