Expand Minimize Picture-in-picture Power Device Status Voice Recognition Skip Back Skip Forward Minus Plus Play Search
Internet Explorer alert
This browser is not recommended for use with smartdevicelink.com, and may not function properly. Upgrade to a different browser to guarantee support of all features.
close alert
To Top Created with Sketch. To Top
To Bottom Created with Sketch. To Bottom
Android Documentation
SdlException

Class SdlException

Hierarchy

java.lang.Object
     java.lang.Throwable
         java.lang.Exception

Package
com.smartdevicelink.exception

Fields

detail

protected java.lang.Throwable detail

Constructors

SdlException( String msg, SdlExceptionCause exceptionCause )

public SdlException(String msg,SdlExceptionCause exceptionCause)

Constructor Parameters

msg
exceptionCause

SdlException( String msg, Throwable ex, SdlExceptionCause exceptionCause )

public SdlException(String msg,Throwable ex,SdlExceptionCause exceptionCause)

Constructor Parameters

msg
ex
exceptionCause

SdlException( Throwable ex )

public SdlException(Throwable ex)

Constructor Parameters

ex

Methods

getSdlExceptionCause()

public com.smartdevicelink.exception.SdlExceptionCause getSdlExceptionCause()

getInnerException()

public java.lang.Throwable getInnerException()

toString()

public java.lang.String toString()

Inherited Methods

From Class Methods
java.lang.Throwable getMessage, getLocalizedMessage, getCause, initCause, toString, printStackTrace, printStackTrace, printStackTrace, fillInStackTrace, getStackTrace, setStackTrace, addSuppressed, getSuppressed
java.lang.Object getClass, hashCode, equals, clone, toString, notify, notifyAll, wait, wait, wait, finalize
View on GitHub.com
Previous Section Next Section