org.mapfish.print
Class JsonMissingException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.mapfish.print.PrintException
                  extended by org.mapfish.print.JsonMissingException
All Implemented Interfaces:
java.io.Serializable

public class JsonMissingException
extends PrintException

Thrown when an attribute is missing in the spec.

See Also:
Serialized Form

Constructor Summary
JsonMissingException(PJsonElement pJsonObject, java.lang.String key)
           
 
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

JsonMissingException

public JsonMissingException(PJsonElement pJsonObject,
                            java.lang.String key)


Copyright © 2009 Camptocamp SA. All Rights Reserved.