public class TranscoderException extends Exception
| Modifier and Type | Field and Description |
|---|---|
protected Exception |
ex
The enclosed exception.
|
| Constructor and Description |
|---|
TranscoderException(Exception ex)
Constructs a new transcoder exception with the specified detail message.
|
TranscoderException(String s)
Constructs a new transcoder exception with the specified detail message.
|
TranscoderException(String s,
Exception ex)
Constructs a new transcoder exception with the specified detail message.
|
| Modifier and Type | Method and Description |
|---|---|
Exception |
getException()
Returns the original enclosed exception or null if any.
|
String |
getMessage()
Returns the message of this exception.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringprotected Exception ex
public TranscoderException(String s)
s - the detail message of this exceptionpublic TranscoderException(Exception ex)
ex - the enclosed exceptionpublic String getMessage()
getMessage in class Throwablepublic Exception getException()
Copyright © 2000–2020 Apache Software Foundation. All rights reserved.