BundlerException

public class BundlerException extends Exception


An Exception that notates a failure in serializing or deserialized to or from a bundle.

Summary

Inherited methods

From java.lang.Throwable
synchronized final void
synchronized Throwable
synchronized Throwable
String
String
StackTraceElement[]
synchronized final Throwable[]
synchronized Throwable
void
void
setStackTrace(StackTraceElement[] stackTrace)
String

Public constructors

BundlerException

Added in 1.0.0
public BundlerException(@Nullable String msg)

BundlerException

Added in 1.0.0
public BundlerException(@Nullable String msg, @NonNull Throwable e)