com.mytrendtimer.trendtimer
Class ConfigException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.mytrendtimer.trendtimer.ConfigException
All Implemented Interfaces:
java.io.Serializable

public class ConfigException
extends java.lang.Exception

Problem in Config File is detected. This is a specialized exception.

Version:
v0.7
Author:
FRM
See Also:
Serialized Form

Constructor Summary
ConfigException(java.lang.String errorMsg)
          Main constructor for a ConfigException object.
 
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

ConfigException

public ConfigException(java.lang.String errorMsg)
Main constructor for a ConfigException object.

Parameters:
errorMsg - The error string to be displayed. Should help the user find and correct the error.