Class AudioEverywhereException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.exxothermic.audioeverywheresdk.AudioEverywhereException
- All Implemented Interfaces:
Serializable
Class that holds an exception for the AudioEverywhere library.
- Since:
- 7/4/14
- See Also:
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionConstructs a newException
that includes the current stack trace.AudioEverywhereException
(String detailMessage) Constructs a newException
with the current stack trace and the specified detail message.AudioEverywhereException
(String detailMessage, Throwable throwable) Constructs a newException
with the current stack trace, the specified detail message and the specified cause.AudioEverywhereException
(Throwable throwable) Constructs a newException
with the current stack trace and the specified cause. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
AudioEverywhereException
public AudioEverywhereException()Constructs a newException
that includes the current stack trace. -
AudioEverywhereException
Constructs a newException
with the current stack trace and the specified detail message.- Parameters:
detailMessage
- the detail message for this exception.
-
AudioEverywhereException
Constructs a newException
with the current stack trace, the specified detail message and the specified cause.- Parameters:
detailMessage
- the detail message for this exception.throwable
-
-
AudioEverywhereException
Constructs a newException
with the current stack trace and the specified cause.- Parameters:
throwable
- the cause of this exception.
-
AudioEverywhereException
-
AudioEverywhereException
-
-
Method Details
-
getReason
-