fnug.config
Class JsonConfigParseException

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

public class JsonConfigParseException
extends ConfigParseException

Specialisation of ConfigParseException for JsonConfigParser.

Author:
Martin Algesten
See Also:
Serialized Form

Constructor Summary
JsonConfigParseException(org.codehaus.jackson.JsonLocation loc, Exception ex)
          Constructs with location and wrapped exception.
JsonConfigParseException(org.codehaus.jackson.JsonLocation loc, String msg)
          Constructs with message and location.
 
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

JsonConfigParseException

public JsonConfigParseException(org.codehaus.jackson.JsonLocation loc,
                                String msg)
Constructs with message and location.

Parameters:
loc - Location
msg - Message

JsonConfigParseException

public JsonConfigParseException(org.codehaus.jackson.JsonLocation loc,
                                Exception ex)
Constructs with location and wrapped exception.

Parameters:
loc - Location
ex - Wrapped exception.


Copyright © 2012. All Rights Reserved.