org.shredzone.flattr4j.exception
Class MarshalException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.shredzone.flattr4j.exception.MarshalException
All Implemented Interfaces:
Serializable

public class MarshalException
extends RuntimeException

This runtime exception is thrown when the data couldn't be properly marshalled or unmarshalled.

Author:
Richard "Shred" Körber
See Also:
Serialized Form

Constructor Summary
MarshalException()
           
MarshalException(String msg)
           
MarshalException(String msg, Throwable cause)
           
MarshalException(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

MarshalException

public MarshalException()

MarshalException

public MarshalException(String msg)

MarshalException

public MarshalException(Throwable cause)

MarshalException

public MarshalException(String msg,
                        Throwable cause)


Copyright © 2010-2012. All Rights Reserved.