public class TranscoderException
extends java.lang.Exception
| Modifier and Type | Field | Description |
|---|---|---|
protected java.lang.Exception |
ex |
The enclosed exception.
|
| Constructor | Description |
|---|---|
TranscoderException(java.lang.Exception ex) |
Constructs a new transcoder exception with the specified detail message.
|
TranscoderException(java.lang.String s) |
Constructs a new transcoder exception with the specified detail message.
|
TranscoderException(java.lang.String s,
java.lang.Exception ex) |
Constructs a new transcoder exception with the specified detail message.
|
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.Exception |
getException() |
Returns the original enclosed exception or null if any.
|
java.lang.String |
getMessage() |
Returns the message of this exception.
|
public TranscoderException(java.lang.String s)
s - the detail message of this exceptionpublic TranscoderException(java.lang.Exception ex)
ex - the enclosed exceptionpublic TranscoderException(java.lang.String s,
java.lang.Exception ex)
s - the detail message of this exceptionex - the original exceptionpublic java.lang.String getMessage()
getMessage in class java.lang.Throwablepublic java.lang.Exception getException()
Copyright ? 2018 Apache Software Foundation. All Rights Reserved.