Package org.daisy.dotify.api.writer
Class PagedMediaWriterException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.daisy.dotify.api.writer.PagedMediaWriterException
-
- All Implemented Interfaces:
Serializable
public class PagedMediaWriterException extends Exception
A PagedMediaWriterException is an exception that indicates conditions in aPagedMediaWriter
that a reasonable application might want to catch.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PagedMediaWriterException()
Constructs a new exception with null as its detail message.PagedMediaWriterException(String message)
Constructs a new exception with the specified detail message.PagedMediaWriterException(String message, Throwable cause)
Constructs a new exception with the specified detail message and cause.PagedMediaWriterException(Throwable cause)
Constructs a new exception with the specified cause
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
PagedMediaWriterException
public PagedMediaWriterException()
Constructs a new exception with null as its detail message.
-
PagedMediaWriterException
public PagedMediaWriterException(String message)
Constructs a new exception with the specified detail message.- Parameters:
message
- the detail message
-
PagedMediaWriterException
public PagedMediaWriterException(Throwable cause)
Constructs a new exception with the specified cause- Parameters:
cause
- the cause
-
-