| java.lang.Object | |||||
| ↳ | java.lang.Throwable | ||||
| ↳ | java.lang.Exception | ||||
| ↳ | java.lang.RuntimeException | ||||
| ↳ | com.pspdfkit.exceptions.PSPDFKitException | ||||
| ↳ | com.pspdfkit.exceptions.InvalidLayoutException | ||||
Thrown when the used layout is missing a required view, or makes wrong use of internal view ids.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| InvalidLayoutException() | |||||||||||
| InvalidLayoutException(String detailMessage) | |||||||||||
| InvalidLayoutException(String detailMessage, Throwable throwable) | |||||||||||
| InvalidLayoutException(Throwable throwable) | |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Throwable
| |||||||||||
From class
java.lang.Object
| |||||||||||