lt.monarch.chart.util
Class MissingColumnException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by lt.monarch.chart.util.MissingColumnException
All Implemented Interfaces:
java.io.Serializable

public class MissingColumnException
extends java.lang.RuntimeException

This exception is thrown by a series then a data model does not contain a required column

See Also:
Serialized Form

Constructor Summary
Constructor and Description
MissingColumnException(DataColumnType columnType)
           
 
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

MissingColumnException

public MissingColumnException(DataColumnType columnType)