public class PropertyException extends FOPException
Constructor and Description |
---|
PropertyException(java.lang.Exception cause)
Constructor
|
PropertyException(java.lang.String detail)
Constructor
|
Modifier and Type | Method and 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, setLocator
public 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 FOPException
Copyright 1999-2010 The Apache Software Foundation. All Rights Reserved.