public class PageBreakException
extends java.lang.Exception
Constructor and Description |
---|
PageBreakException(CSSValue pageName,
PseudoPage[] pseudoPages,
int pageCount)
Constructs a new exception with
null as its detail message. |
Modifier and Type | Method and Description |
---|---|
int |
getPageCount() |
CSSValue |
getPageName() |
PseudoPage[] |
getPseudoPages() |
public PageBreakException(CSSValue pageName, PseudoPage[] pseudoPages, int pageCount)
null
as its detail message.
The cause is not initialized, and may subsequently be initialized by a call
to Throwable.initCause(java.lang.Throwable)
.public CSSValue getPageName()
public PseudoPage[] getPseudoPages()
public int getPageCount()