fnug.config
Class ConfigParseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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
- Messageex
- Wrapped exception.
Copyright © 2012. All Rights Reserved.