fnug.config
Class ConfigParseException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by fnug.config.ConfigParseException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
JsonConfigParseException

public class ConfigParseException
extends RuntimeException

Exception thrown when parsing a config.

Author:
Martin Algesten
See Also:
Serialized Form

Constructor Summary
ConfigParseException(String msg)
          Constructs with message.
ConfigParseException(String msg, Exception ex)
          Constructs with message and wrapped 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

ConfigParseException

public ConfigParseException(String msg)
Constructs with message.

Parameters:
msg - Message.

ConfigParseException

public ConfigParseException(String msg,
                            Exception ex)
Constructs with message and wrapped exception.

Parameters:
msg - Message
ex - Wrapped exception.


Copyright © 2012. All Rights Reserved.