anthill.factory
Class ConfigFormatException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--anthill.factory.ConfigFormatException
All Implemented Interfaces:
Serializable

public class ConfigFormatException
extends RuntimeException

Thrown when there is a problem parsing or validating the content of the system configuration file.

Version:
$Revision: 1.3 $
Author:
Hein Meling
See Also:
Serialized Form

Constructor Summary
ConfigFormatException(String msg)
          Constructs a ConfigFormatExeception with the specified message.
 
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

ConfigFormatException

public ConfigFormatException(String msg)
Constructs a ConfigFormatExeception with the specified message.

Parameters:
msg - detailed message.