org.apache.fop.fo.expr

Class PropertyException


public class PropertyException
extends FOPException

Class for managing exceptions that are raised in Property processing.

Constructor Summary

PropertyException(String detail)
Constructor

Method Summary

String
getMessage()
void
setPropertyInfo(PropertyInfo propInfo)
Sets the property context information.
void
setPropertyName(String propertyName)
Sets the name of the property.

Methods inherited from class org.apache.fop.apps.FOPException

getMessage, getRootException, isLocationSet, printStackTrace, printStackTrace, printStackTrace, setLocation, setLocator

Constructor Details

PropertyException

public PropertyException(String detail)
Constructor
Parameters:
detail - string containing the detail message

Method Details

getMessage

public String getMessage()
Overrides:
getMessage in interface FOPException
See Also:
java.lang.Throwable.getMessage()

setPropertyInfo

public void setPropertyInfo(PropertyInfo propInfo)
Sets the property context information.
Parameters:
propInfo - the property info instance

setPropertyName

public void setPropertyName(String propertyName)
Sets the name of the property.
Parameters:
propertyName - the property name

Copyright 1999-2007 The Apache Software Foundation. All Rights Reserved.