public class MediaPackageRuntimeException extends RuntimeException
MediaPackageException into a RuntimeException. This is useful to
create unchecked versions of some methods to use when in modern streams as in java8 or rxjava, where checked
exceptions should be avoided.| Constructor and Description |
|---|
MediaPackageRuntimeException(MediaPackageException wrappedException)
Creates a new media package runtime exception with the specified wrapped exception.
|
| Modifier and Type | Method and Description |
|---|---|
MediaPackageException |
getWrappedException() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic MediaPackageRuntimeException(MediaPackageException wrappedException)
wrappedException - the wrapped MediaPackageExceptionpublic MediaPackageException getWrappedException()
Copyright © 2009–2021 Opencast Project. All rights reserved.