ua.gradsoft.javachecker
Class ConfigException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by ua.gradsoft.javachecker.ConfigException
All Implemented Interfaces:
java.io.Serializable

public class ConfigException
extends java.lang.Exception

This exception is thrown, when we can't parse config file.

Author:
Ruslan Shevchenko
See Also:
Serialized Form

Constructor Summary
ConfigException(java.lang.String msg)
          Constructs an instance of ConfigParseException with the specified detail message.
ConfigException(java.lang.String msg, java.lang.Exception ex)
          Constructs an instance of ConfigParseException with the specified message and underlaying 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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ConfigException

public ConfigException(java.lang.String msg)
Constructs an instance of ConfigParseException with the specified detail message.

Parameters:
msg - the detail message.

ConfigException

public ConfigException(java.lang.String msg,
                       java.lang.Exception ex)
Constructs an instance of ConfigParseException with the specified message and underlaying exception.

Parameters:
msg - the detail message.