Java Doc for ErrorConstants.java in  » Graphic-Library » batik » org » apache » batik » bridge » Java Source Code / Java DocumentationJava Source Code and Java Documentation

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » Graphic Library » batik » org.apache.batik.bridge 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


org.apache.batik.bridge.ErrorConstants

All known Subclasses:   org.apache.batik.bridge.ExternalResourcesTest,  org.apache.batik.bridge.FontFace,  org.apache.batik.bridge.PaintServer,  org.apache.batik.bridge.BridgeContext,  org.apache.batik.bridge.SVGUtilities,  org.apache.batik.bridge.SVGColorProfileElementBridge,  org.apache.batik.bridge.TextUtilities,  org.apache.batik.bridge.AbstractSVGFilterPrimitiveElementBridge,  org.apache.batik.bridge.SVGGlyphElementBridge,  org.apache.batik.bridge.SVGFilterElementBridge,  org.apache.batik.bridge.AbstractSVGGradientElementBridge,  org.apache.batik.bridge.SVGPatternElementBridge,  org.apache.batik.bridge.SVGAltGlyphElementBridge,  org.apache.batik.bridge.ViewBox,  org.apache.batik.bridge.SVGBrokenLinkProvider,  org.apache.batik.bridge.SVGTextPathElementBridge,  org.apache.batik.bridge.AbstractGraphicsNodeBridge,  org.apache.batik.bridge.SVGMarkerElementBridge,  org.apache.batik.bridge.CursorManager,  org.apache.batik.bridge.SVGFontFaceElementBridge,  org.apache.batik.bridge.CSSUtilities,
ErrorConstants
public interface ErrorConstants (Code)
The error code.
author:
   Thierry Kormann
version:
   $Id: ErrorConstants.java 478160 2006-11-22 13:35:06Z dvholten $


Field Summary
 StringERR_ATTRIBUTE_MISSING
     The error code when a required attribute is missing.
 StringERR_ATTRIBUTE_VALUE_MALFORMED
     The error code when an attribute has a syntax error.
 StringERR_CSS_LENGTH_NEGATIVE
     The error code when a CSS length is negative.
 StringERR_CSS_URI_BAD_TARGET
     The error code when a URI specified in a CSS property referenced a bad element.
 StringERR_LENGTH_NEGATIVE
     The error code when a length, which must be positive, is negative.
 StringERR_URI_BAD_TARGET
     The error code when a specified URI references a bad element.
 StringERR_URI_IMAGE_BROKEN
     The error code when the bridge tries to read an image and the image url can't be opened or the contents aren't usable.
 StringERR_URI_IMAGE_INVALID
     The error code when the bridge tries to an image and the image format is not supported.
 StringERR_URI_IO
     The error code when the bridge encoutered an I/O error while loading a URI.
 StringERR_URI_MALFORMED
    
 StringERR_URI_REFERENCE_A_DOCUMENT
     The error code when the bridge tries to referenced an invalid node inside a document.
 StringERR_URI_UNSECURE
    
 StringERR_XLINK_HREF_CIRCULAR_DEPENDENCIES
     The error code when the bridge detected circular dependencies while resolving a list of URI.
 StringURI_IMAGE_ERROR
     The error code when the bridge tries to read an image and the image url can't be opened:
 {0} = the reason it can't be opened.



Field Detail
ERR_ATTRIBUTE_MISSING
String ERR_ATTRIBUTE_MISSING(Code)
The error code when a required attribute is missing.
 {0} = the name of the attribute
 



ERR_ATTRIBUTE_VALUE_MALFORMED
String ERR_ATTRIBUTE_VALUE_MALFORMED(Code)
The error code when an attribute has a syntax error.
 {0} = the name of the attribute
 {1} = the wrong value
 



ERR_CSS_LENGTH_NEGATIVE
String ERR_CSS_LENGTH_NEGATIVE(Code)
The error code when a CSS length is negative.
 {0} = property
 



ERR_CSS_URI_BAD_TARGET
String ERR_CSS_URI_BAD_TARGET(Code)
The error code when a URI specified in a CSS property referenced a bad element.
 {0} = the uri
 



ERR_LENGTH_NEGATIVE
String ERR_LENGTH_NEGATIVE(Code)
The error code when a length, which must be positive, is negative.
 {0} = the name of the attribute
 



ERR_URI_BAD_TARGET
String ERR_URI_BAD_TARGET(Code)
The error code when a specified URI references a bad element.
 {0} = the uri
 



ERR_URI_IMAGE_BROKEN
String ERR_URI_IMAGE_BROKEN(Code)
The error code when the bridge tries to read an image and the image url can't be opened or the contents aren't usable.
 {0} = the uri
 {1} = the reason it can't be opened.
 



ERR_URI_IMAGE_INVALID
String ERR_URI_IMAGE_INVALID(Code)
The error code when the bridge tries to an image and the image format is not supported.
 {0} = the uri
 



ERR_URI_IO
String ERR_URI_IO(Code)
The error code when the bridge encoutered an I/O error while loading a URI.
 {0} = the uri
 



ERR_URI_MALFORMED
String ERR_URI_MALFORMED(Code)
The error code when the bridge try to load a URI {0} = the uri



ERR_URI_REFERENCE_A_DOCUMENT
String ERR_URI_REFERENCE_A_DOCUMENT(Code)
The error code when the bridge tries to referenced an invalid node inside a document.
 {0} = the uri
 



ERR_URI_UNSECURE
String ERR_URI_UNSECURE(Code)
The error code when the bridge encountered a SecurityException while loading a URI {0} = the uri



ERR_XLINK_HREF_CIRCULAR_DEPENDENCIES
String ERR_XLINK_HREF_CIRCULAR_DEPENDENCIES(Code)
The error code when the bridge detected circular dependencies while resolving a list of URI.
 {0} = the uri
 



URI_IMAGE_ERROR
String URI_IMAGE_ERROR(Code)
The error code when the bridge tries to read an image and the image url can't be opened:
 {0} = the reason it can't be opened.
 





www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.