pbwest 2002/06/20 21:54:59
Modified: src/org/apache/fop/fo Tag: FOP_0-20-0_Alt-Design
Properties.java
Log:
Added missing exception to cue
Revision Changes Path
No revision
No revision
1.1.2.10 +5 -2 xml-fop/src/org/apache/fop/fo/Attic/Properties.java
Index: Properties.java
===================================================================
RCS file: /home/cvs/xml-fop/src/org/apache/fop/fo/Attic/Properties.java,v
retrieving revision 1.1.2.9
retrieving revision 1.1.2.10
diff -u -r1.1.2.9 -r1.1.2.10
--- Properties.java 21 Jun 2002 04:41:50 -0000 1.1.2.9
+++ Properties.java 21 Jun 2002 04:54:59 -0000 1.1.2.10
@@ -3183,6 +3183,9 @@
|| value instanceof UriType
)
return PropertySets.expandAndCopySHand(value);
+ throw new PropertyException
+ ("Invalid " + value.getClass().getName() +
+ " object for cue");
} else {
// List may contain only 2 uri specifiers
PropertyValueList list = (PropertyValueList)value;
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]