java.io.Serializablepublic class PropertyException extends FOPException
| Constructor | Description |
|---|---|
PropertyException(java.lang.Exception cause) |
Constructor
|
PropertyException(java.lang.String detail) |
Constructor
|
| Modifier and Type | Method | Description |
|---|---|---|
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.
|
getLocalizedMessage, getRootException, isLocationSet, printStackTrace, printStackTrace, printStackTrace, setLocalizedMessage, setLocation, setLocatorpublic PropertyException(java.lang.String detail)
detail - string containing the detail messagepublic PropertyException(java.lang.Exception cause)
cause - the Exception causing this PropertyExceptionpublic 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 FOPExceptionCopyright 1999-2016 The Apache Software Foundation. All Rights Reserved.