org.apache.batik.bridge

Interface ErrorConstants

public interface ErrorConstants

The error code.
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
The error code when the bridge try to load a URI {0} = the uri
StringERR_URI_REFERENCE_A_DOCUMENT
The error code when the bridge tries to referenced an invalid node inside a document.
StringERR_URI_UNSECURE
The error code when the bridge encountered a SecurityException while loading a URI {0} = the uri
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

public String ERR_ATTRIBUTE_MISSING
The error code when a required attribute is missing.
 {0} = the name of the attribute
 

ERR_ATTRIBUTE_VALUE_MALFORMED

public 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
 

ERR_CSS_LENGTH_NEGATIVE

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

ERR_CSS_URI_BAD_TARGET

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

ERR_LENGTH_NEGATIVE

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

ERR_URI_BAD_TARGET

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

ERR_URI_IMAGE_BROKEN

public String ERR_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.
 {0} = the uri
 {1} = the reason it can't be opened.
 

ERR_URI_IMAGE_INVALID

public 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
 

ERR_URI_IO

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

ERR_URI_MALFORMED

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

ERR_URI_REFERENCE_A_DOCUMENT

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

ERR_URI_UNSECURE

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

ERR_XLINK_HREF_CIRCULAR_DEPENDENCIES

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

URI_IMAGE_ERROR

public String URI_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.
 
Copyright B) 2007 Apache Software Foundation. All Rights Reserved.