com.dyuproject.protostuff
Class ProtostuffException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
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
| 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 |
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.