|
fop 2.2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.fop.fo.pagination.PageProductionException
public class PageProductionException
Exception thrown by FOP if there is a problem while producing new pages.
Nested Class Summary | |
---|---|
static class |
PageProductionException.PageProductionExceptionFactory
Exception factory for PageProductionException . |
Constructor Summary | |
---|---|
PageProductionException(java.lang.String message)
Creates a new PageProductionException. |
|
PageProductionException(java.lang.String message,
org.xml.sax.Locator locator)
Creates a new PageProductionException. |
Method Summary | |
---|---|
java.lang.String |
getLocalizedMessage()
|
org.xml.sax.Locator |
getLocator()
Returns the locattion associated with the exception. |
void |
setLocalizedMessage(java.lang.String msg)
Sets the localized message for this exception. |
void |
setLocator(org.xml.sax.Locator locator)
Set a location associated with the exception. |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public PageProductionException(java.lang.String message)
message
- the messagepublic PageProductionException(java.lang.String message, org.xml.sax.Locator locator)
message
- the messagelocator
- the optional locator that points to the error in the source fileMethod Detail |
---|
public void setLocator(org.xml.sax.Locator locator)
locator
- the locator holding the location.public org.xml.sax.Locator getLocator()
public void setLocalizedMessage(java.lang.String msg)
msg
- the localized messagepublic java.lang.String getLocalizedMessage()
getLocalizedMessage
in class java.lang.Throwable
|
fop 2.2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |