com.dyuproject.protostuff
Class JsonInputException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by com.dyuproject.protostuff.ProtostuffException
                  extended by com.dyuproject.protostuff.JsonInputException
All Implemented Interfaces:
java.io.Serializable

public class JsonInputException
extends ProtostuffException

Thrown when a json-encoded protobuf message being parsed is invalid in some way.

Author:
David Yu
See Also:
Serialized Form
Date created:
May 10, 2010

Constructor Summary
JsonInputException(java.lang.String description)
           
 
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

JsonInputException

public JsonInputException(java.lang.String description)


Copyright © 2009-2012. All Rights Reserved.