com.vhosting.netconf
Class ConfigException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.vhosting.netconf.ConfigException
All Implemented Interfaces:
java.io.Serializable

public class ConfigException
extends java.lang.RuntimeException

This exception is thrown when errors occur during parsing of a configuration data.

Author:
Giuseppe Palmeri
See Also:
Serialized Form

Constructor Summary
ConfigException(java.lang.String detailMessage)
          Create the exception with a detail message.
 
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 detailMessage)
Create the exception with a detail message.

Parameters:
detailMessage - The detail message of the exception.