|
|||||||||
| Home >> All >> org >> apache >> batik >> [ bridge overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.apache.batik.bridge
Interface ErrorConstants

- All Known Implementing Classes:
- AbstractGraphicsNodeBridge, AbstractSVGFilterPrimitiveElementBridge, AbstractSVGGradientElementBridge, BridgeContext, CSSUtilities, CursorManager, ExternalResourcesTest, FontFace, PaintServer, SVGAltGlyphElementBridge, SVGBrokenLinkProvider, SVGColorProfileElementBridge, SVGFilterElementBridge, SVGFontFaceElementBridge, SVGGlyphElementBridge, SVGMarkerElementBridge, SVGPatternElementBridge, SVGTextPathElementBridge, SVGUtilities, TextUtilities, ViewBox
- public interface ErrorConstants
The error code.
- Version:
- $Id: ErrorConstants.java,v 1.8 2005/03/27 08:58:30 cam Exp $
| Field Summary | |
static java.lang.String |
ERR_ATTRIBUTE_MISSING
The error code when a required attribute is missing. |
static java.lang.String |
ERR_ATTRIBUTE_VALUE_MALFORMED
The error code when an attribute has a syntax error. |
static java.lang.String |
ERR_CSS_LENGTH_NEGATIVE
The error code when a CSS length is negative. |
static java.lang.String |
ERR_CSS_URI_BAD_TARGET
The error code when a URI specified in a CSS property referenced a bad element. |
static java.lang.String |
ERR_LENGTH_NEGATIVE
The error code when a length, which must be positive, is negative. |
static java.lang.String |
ERR_URI_BAD_TARGET
The error code when a specified URI references a bad element. |
static java.lang.String |
ERR_URI_IMAGE_INVALID
The error code when the bridge tries to an image and the image format is not supported. |
static java.lang.String |
ERR_URI_IO
The error code when the bridge encoutered an I/O error while loading a URI. |
static java.lang.String |
ERR_URI_MALFORMED
The error code when the bridge try to load a URI {0} = the uri |
static java.lang.String |
ERR_URI_REFERENCE_A_DOCUMENT
The error code when the bridge tries to referenced an invalid node inside a document. |
static java.lang.String |
ERR_URI_UNSECURE
The error code when the bridge encountered a SecurityException while loading a URI {0} = the uri |
static java.lang.String |
ERR_XLINK_HREF_CIRCULAR_DEPENDENCIES
The error code when the bridge detected circular dependencies while resolving a list of URI. |
static java.lang.String |
MSG_BROKEN_LINK_TITLE
The resource that contains the title for the Broken Link message |
| Field Detail |
ERR_ATTRIBUTE_MISSING
public static final java.lang.String ERR_ATTRIBUTE_MISSING
- The error code when a required attribute is missing.
{0} = the name of the attribute- See Also:
- Constant Field Values
ERR_ATTRIBUTE_VALUE_MALFORMED
public static final java.lang.String ERR_ATTRIBUTE_VALUE_MALFORMED
- The error code when an attribute has a syntax error.
{0} = the name of the attribute {1} = the wrong value- See Also:
- Constant Field Values
ERR_LENGTH_NEGATIVE
public static final java.lang.String ERR_LENGTH_NEGATIVE
- The error code when a length, which must be positive, is negative.
{0} = the name of the attribute- See Also:
- Constant Field Values
ERR_CSS_LENGTH_NEGATIVE
public static final java.lang.String ERR_CSS_LENGTH_NEGATIVE
- The error code when a CSS length is negative.
{0} = property- See Also:
- Constant Field Values
ERR_CSS_URI_BAD_TARGET
public static final java.lang.String ERR_CSS_URI_BAD_TARGET
- The error code when a URI specified in a CSS property
referenced a bad element.
{0} = the uri- See Also:
- Constant Field Values
ERR_URI_BAD_TARGET
public static final java.lang.String ERR_URI_BAD_TARGET
- The error code when a specified URI references a bad element.
{0} = the uri- See Also:
- Constant Field Values
ERR_XLINK_HREF_CIRCULAR_DEPENDENCIES
public static final java.lang.String ERR_XLINK_HREF_CIRCULAR_DEPENDENCIES
- The error code when the bridge detected circular dependencies
while resolving a list of URI.
{0} = the uri- See Also:
- Constant Field Values
ERR_URI_MALFORMED
public static final java.lang.String ERR_URI_MALFORMED
- The error code when the bridge try to load a URI
{0} = the uri
- See Also:
- Constant Field Values
ERR_URI_IO
public static final java.lang.String ERR_URI_IO
- The error code when the bridge encoutered an I/O error while
loading a URI.
{0} = the uri- See Also:
- Constant Field Values
ERR_URI_UNSECURE
public static final java.lang.String ERR_URI_UNSECURE
- The error code when the bridge encountered a SecurityException
while loading a URI
{0} = the uri
- See Also:
- Constant Field Values
ERR_URI_REFERENCE_A_DOCUMENT
public static final java.lang.String ERR_URI_REFERENCE_A_DOCUMENT
- The error code when the bridge tries to referenced an invalid
node inside a document.
{0} = the uri- See Also:
- Constant Field Values
ERR_URI_IMAGE_INVALID
public static final java.lang.String ERR_URI_IMAGE_INVALID
- The error code when the bridge tries to an image and the image
format is not supported.
{0} = the uri- See Also:
- Constant Field Values
MSG_BROKEN_LINK_TITLE
public static final java.lang.String MSG_BROKEN_LINK_TITLE
- The resource that contains the title for the Broken Link message
- See Also:
- Constant Field Values
|
|||||||||
| Home >> All >> org >> apache >> batik >> [ bridge overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC