Kickflip Android SDK
Package Index
|
Class Index
io.kickflip.sdk
io.kickflip.sdk.activity
io.kickflip.sdk.api
io.kickflip.sdk.api.json
io.kickflip.sdk.av
io.kickflip.sdk.exception
io.kickflip.sdk.fragment
Exceptions
KickflipException
Package Index
|
Class Index
Summary:
Ctors
|
Methods
|
Inherited Methods
|
[Expand All]
public class
KickflipException
extends
IOException
java.lang.Object
↳
java.lang.Throwable
↳
java.lang.Exception
↳
java.io.IOException
↳
io.kickflip.sdk.exception.KickflipException
Class Overview
Kickflip Exception
Summary
Public Constructors
KickflipException
()
KickflipException
(
String
message, int code)
Public Methods
int
getCode
()
String
getMessage
()
[Expand]
Inherited Methods
From class
java.lang.Throwable
final void
addSuppressed
(
Throwable
arg0)
Throwable
fillInStackTrace
()
Throwable
getCause
()
String
getLocalizedMessage
()
String
getMessage
()
StackTraceElement[]
getStackTrace
()
final
Throwable[]
getSuppressed
()
Throwable
initCause
(
Throwable
arg0)
void
printStackTrace
(
PrintStream
arg0)
void
printStackTrace
(
PrintWriter
arg0)
void
printStackTrace
()
void
setStackTrace
(
StackTraceElement[]
arg0)
String
toString
()
From class
java.lang.Object
Object
clone
()
boolean
equals
(
Object
arg0)
void
finalize
()
final
Class
<?>
getClass
()
int
hashCode
()
final void
notify
()
final void
notifyAll
()
String
toString
()
final void
wait
()
final void
wait
(long arg0, int arg1)
final void
wait
(long arg0)
Public Constructors
public
KickflipException
()
public
KickflipException
(
String
message, int code)
Public Methods
public int
getCode
()
public
String
getMessage
()