com.dyuproject.protostuff
Class ProtostuffException

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

public class ProtostuffException
extends java.io.IOException

The base io exception for all formats (protobuf/json/xml).

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

Constructor Summary
ProtostuffException()
           
ProtostuffException(java.lang.String message)
           
ProtostuffException(java.lang.String message, java.lang.Throwable cause)
           
ProtostuffException(java.lang.Throwable cause)
           
 
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

ProtostuffException

public ProtostuffException()

ProtostuffException

public ProtostuffException(java.lang.String message)

ProtostuffException

public ProtostuffException(java.lang.String message,
                           java.lang.Throwable cause)

ProtostuffException

public ProtostuffException(java.lang.Throwable cause)


Copyright © 2009-2014. All Rights Reserved.