org.molwind.util
Class ConfigException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.molwind.util.ConfigException
All Implemented Interfaces:
java.io.Serializable

public class ConfigException
extends java.lang.Exception

ConfigException marks exceptions thrown while processing a configuration.

Version:
1.0
Author:
Oliver Karch
See Also:
Serialized Form

Constructor Summary
ConfigException()
          ConfigException constructor.
ConfigException(java.lang.String message)
          ConfigException constructor.
 
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()
ConfigException constructor.


ConfigException

public ConfigException(java.lang.String message)
ConfigException constructor.

Parameters:
message - the Exception message


Copyright © 2008-2010. All Rights Reserved.