|
fop 0.92beta | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Throwable | +--java.lang.Exception | +--org.xml.sax.SAXException | +--org.apache.fop.apps.FOPException | +--org.apache.fop.fo.expr.PropertyException
Class for managing exceptions that are raised in Property processing.
Constructor Summary | |
PropertyException(java.lang.String detail)
Constructor |
Method Summary | |
java.lang.String |
getMessage()
Returns the detail message string of this FOP exception. |
void |
setPropertyInfo(PropertyInfo propInfo)
Sets the property context information. |
void |
setPropertyName(java.lang.String propertyName)
Sets the name of the property. |
Methods inherited from class org.apache.fop.apps.FOPException |
getRootException, isLocationSet, printStackTrace, printStackTrace, printStackTrace, setLocation, setLocator |
Methods inherited from class org.xml.sax.SAXException |
getException, toString |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public PropertyException(java.lang.String detail)
detail
- string containing the detail messageMethod Detail |
public void setPropertyInfo(PropertyInfo propInfo)
propInfo
- the property info instancepublic void setPropertyName(java.lang.String propertyName)
propertyName
- the property namepublic java.lang.String getMessage()
FOPException
SystemId:LL:CC: &the message&(the format used by most GNU tools)
getMessage
in class FOPException
Throwable.getMessage()
|
fop 0.92beta | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |