Table of Contents

Class SvgExceptionMessageConstant

Namespace
iText.Svg.Exceptions
Assembly
itext.svg.dll

Class that bundles all the error message templates as constants.

public sealed class SvgExceptionMessageConstant
Inheritance
SvgExceptionMessageConstant
Inherited Members

Fields

ARC_TO_EXPECTS_FOLLOWING_PARAMETERS_GOT_0

public const string ARC_TO_EXPECTS_FOLLOWING_PARAMETERS_GOT_0 = "(rx ry rot largearc sweep x y)+ parameters are expected for elliptical arcs. Got: {0}"

Field Value

string

COORDINATE_ARRAY_LENGTH_MUST_BY_DIVISIBLE_BY_CURRENT_COORDINATES_ARRAY_LENGTH

public const string COORDINATE_ARRAY_LENGTH_MUST_BY_DIVISIBLE_BY_CURRENT_COORDINATES_ARRAY_LENGTH = "Array of current coordinates must have length that is divisible by the length of the array with current coordinates"

Field Value

string

COULD_NOT_DETERMINE_MIDDLE_POINT_OF_ELLIPTICAL_ARC

public const string COULD_NOT_DETERMINE_MIDDLE_POINT_OF_ELLIPTICAL_ARC = "Could not determine the middle point of the ellipse traced by this elliptical arc"

Field Value

string

CURRENT_VIEWPORT_IS_NULL

public const string CURRENT_VIEWPORT_IS_NULL = "The current viewport is null. The viewBox applying could not be processed."

Field Value

string

CURVE_TO_EXPECTS_FOLLOWING_PARAMETERS_GOT_0

public const string CURVE_TO_EXPECTS_FOLLOWING_PARAMETERS_GOT_0 = "(x1 y1 x2 y2 x y)+ parameters are expected for curves. Got: {0}"

Field Value

string

DRAW_NO_DRAW

public const string DRAW_NO_DRAW = "The renderer cannot be drawn."

Field Value

string

FAILED_TO_PARSE_INPUTSTREAM

public const string FAILED_TO_PARSE_INPUTSTREAM = "Failed to parse InputStream."

Field Value

string

FONT_NOT_FOUND

public const string FONT_NOT_FOUND = "The font wasn't found."

Field Value

string

INVALID_CLOSEPATH_OPERATOR_USE

public const string INVALID_CLOSEPATH_OPERATOR_USE = "The close path operator (Z) may not be used before a move to operation (M)"

Field Value

string

INVALID_PATH_D_ATTRIBUTE_OPERATORS

public const string INVALID_PATH_D_ATTRIBUTE_OPERATORS = "Invalid operators found in path data attribute: {0}"

Field Value

string

INVALID_SMOOTH_CURVE_USE

public const string INVALID_SMOOTH_CURVE_USE = "The smooth curve operations (S, s, T, t) may not be used as a first operator in path."

Field Value

string

INVALID_TRANSFORM_DECLARATION

public const string INVALID_TRANSFORM_DECLARATION = "Transformation declaration is not formed correctly."

Field Value

string

I_NODE_ROOT_IS_NULL

public const string I_NODE_ROOT_IS_NULL = "Input root value is null"

Field Value

string

LINE_TO_EXPECTS_FOLLOWING_PARAMETERS_GOT_0

public const string LINE_TO_EXPECTS_FOLLOWING_PARAMETERS_GOT_0 = "(x y)+ parameters are expected for lineTo operator. Got: {0}"

Field Value

string

MEET_OR_SLICE_ARGUMENT_IS_INCORRECT

public const string MEET_OR_SLICE_ARGUMENT_IS_INCORRECT = "The meetOrSlice argument is incorrect. It must be `meet`, `slice` or null."

Field Value

string

MOVE_TO_EXPECTS_FOLLOWING_PARAMETERS_GOT_0

public const string MOVE_TO_EXPECTS_FOLLOWING_PARAMETERS_GOT_0 = "(x y)+ parameters are expected for moveTo operator. Got: {0}"

Field Value

string

NAMED_OBJECT_NAME_NULL_OR_EMPTY

public const string NAMED_OBJECT_NAME_NULL_OR_EMPTY = "The name of the named object can't be null or empty."

Field Value

string

NAMED_OBJECT_NULL

public const string NAMED_OBJECT_NULL = "A named object can't be null."

Field Value

string

NO_ROOT

public const string NO_ROOT = "No root found"

Field Value

string

PARAMETER_CANNOT_BE_NULL

public const string PARAMETER_CANNOT_BE_NULL = "Parameters cannot be null."

Field Value

string

POINTS_ATTRIBUTE_INVALID_LIST

public const string POINTS_ATTRIBUTE_INVALID_LIST = "Points attribute {0} on polyline tag does not contain a valid set of points"

Field Value

string

QUADRATIC_CURVE_TO_EXPECTS_FOLLOWING_PARAMETERS_GOT_0

public const string QUADRATIC_CURVE_TO_EXPECTS_FOLLOWING_PARAMETERS_GOT_0 = "(x1 y1 x y)+ parameters are expected for quadratic curves. Got: {0}"

Field Value

string

ROOT_SVG_NO_BBOX

public const string ROOT_SVG_NO_BBOX = "The root svg tag needs to have a bounding box defined."

Field Value

string

TAG_PARAMETER_NULL

public const string TAG_PARAMETER_NULL = "Tag parameter must not be null"

Field Value

string

TRANSFORM_EMPTY

public const string TRANSFORM_EMPTY = "The transformation value is empty."

Field Value

string

TRANSFORM_INCORRECT_NUMBER_OF_VALUES

public const string TRANSFORM_INCORRECT_NUMBER_OF_VALUES = "Transformation doesn't contain the right number of values."

Field Value

string

TRANSFORM_NULL

public const string TRANSFORM_NULL = "The transformation value is null."

Field Value

string

UNKNOWN_TRANSFORMATION_TYPE

public const string UNKNOWN_TRANSFORMATION_TYPE = "Unsupported type of transformation."

Field Value

string

VIEWBOX_IS_INCORRECT

public const string VIEWBOX_IS_INCORRECT = "The viewBox is incorrect. The viewBox applying could not be processed."

Field Value

string