|
fop 1.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.xml.sax.SAXException
org.apache.fop.apps.FOPException
org.apache.fop.fo.expr.PropertyException
public class PropertyException
Class for managing exceptions that are raised in Property processing.
Constructor Summary | |
---|---|
PropertyException(java.lang.Exception cause)
Constructor |
|
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 |
---|
getLocalizedMessage, getRootException, isLocationSet, printStackTrace, printStackTrace, printStackTrace, setLocalizedMessage, setLocation, setLocator |
Methods inherited from class org.xml.sax.SAXException |
---|
getCause, getException, toString |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getStackTrace, initCause, setStackTrace |
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 messagepublic PropertyException(java.lang.Exception cause)
cause
- the Exception causing this PropertyExceptionMethod 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()
SystemId:LL:CC: &the message&(the format used by most GNU tools)
getMessage
in class FOPException
|
fop 1.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |