fnug.config
Class JsonConfigParseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
fnug.config.ConfigParseException
fnug.config.JsonConfigParseException
- All Implemented Interfaces:
- Serializable
public class JsonConfigParseException
- extends ConfigParseException
Specialisation of ConfigParseException
for JsonConfigParser.
- 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 |
JsonConfigParseException
public JsonConfigParseException(org.codehaus.jackson.JsonLocation loc,
String msg)
- Constructs with message and location.
- Parameters:
loc
- Locationmsg
- Message
JsonConfigParseException
public JsonConfigParseException(org.codehaus.jackson.JsonLocation loc,
Exception ex)
- Constructs with location and wrapped exception.
- Parameters:
loc
- Locationex
- Wrapped exception.
Copyright © 2012. All Rights Reserved.