-
- All Implemented Interfaces:
-
java.io.Serializable
public class Publication.OpeningException extends UserException
Errors occurring while opening a Publication.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classPublication.OpeningException.UnsupportedFormatThe file format could not be recognized by any parser.
public final classPublication.OpeningException.NotFoundThe publication file was not found on the file system.
public final classPublication.OpeningException.ParsingFailedThe publication parser failed with the given underlying exception.
public final classPublication.OpeningException.ForbiddenWe're not allowed to open the publication at all, for example because it expired.
public final classPublication.OpeningException.UnavailableThe publication can't be opened at the moment, for example because of a networking error. This error is generally temporary, so the operation may be retried or postponed.
public classPublication.OpeningException.IncorrectCredentialsThe provided credentials are incorrect and we can't open the publication in a
restrictedstate (e.g. for a password-protected ZIP).
-
Method Summary
Modifier and Type Method Description -
Methods inherited from class kotlin.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace -
Methods inherited from class org.readium.r2.shared.UserException
getUserMessage -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-