public class TranscoderException
extends java.lang.Exception
Modifier and Type | Field and Description |
---|---|
protected java.lang.Exception |
ex
The enclosed exception.
|
Constructor and 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 and 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.Throwable
public java.lang.Exception getException()
Copyright © 2022 Apache Software Foundation. All Rights Reserved.