public class PropertyException extends FOPException
Constructor and Description |
---|
PropertyException(Exception cause)
Constructor
|
PropertyException(String detail)
Constructor
|
Modifier and Type | Method and Description |
---|---|
String |
getMessage()
Returns the detail message string of this FOP exception.
|
void |
setPropertyInfo(PropertyInfo propInfo)
Sets the property context information.
|
void |
setPropertyName(String propertyName)
Sets the name of the property.
|
getLocalizedMessage, getRootException, isLocationSet, printStackTrace, printStackTrace, printStackTrace, setLocalizedMessage, setLocation, setLocator
getCause, getException, toString
addSuppressed, fillInStackTrace, getStackTrace, getSuppressed, initCause, setStackTrace
public PropertyException(String detail)
detail
- string containing the detail messagepublic PropertyException(Exception cause)
cause
- the Exception causing this PropertyExceptionpublic void setPropertyInfo(PropertyInfo propInfo)
propInfo
- the property info instancepublic void setPropertyName(String propertyName)
propertyName
- the property namepublic String getMessage()
SystemId:LL:CC: &the message&(the format used by most GNU tools)
getMessage
in class FOPException
Copyright © 2025 Apache Software Foundation. All rights reserved.