
com.redhat.lightblue.util.UtilConstants Maven / Gradle / Ivy
/*
Copyright 2013 Red Hat, Inc. and/or its affiliates.
This file is part of lightblue.
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see .
*/
package com.redhat.lightblue.util;
public final class UtilConstants {
public static final String ERR_NEXT_ON_EMPTY_ITR = "util:NextOnEmptyIterator";
public static final String ERR_REMOVE_ON_EMPTY_ITR = "util:RemoveOnEmptyIterator";
public static final String ERR_CANT_SET_EMPTY_PATH_VALUE = "util:CantSetEmptyPathValue";
public static final String ERR_IS_NOT_A_CONTAINER = "util:IsNotAContainer";
public static final String ERR_PARENT_DOESNT_EXIST = "util:ParentDoesNotExist";
public static final String ERR_INVALID_INDEXED_ACCESS = "util:InvalidIndexedAccess";
public static final String ERR_EXPECTED_ARRAY_INDEX = "util:ExpectedArrayIndex";
public static final String ERR_NULL_VALUE_PASSED_TO_PUSH = "util:NullValuePassedToPush";
public static final String ERR_CANT_POP_EMPTY_PATH = "util:CantPopEmptyPath";
public static final String ERR_CANT_SET_LAST_SEGMENT_ON_EMPTY_PATH = "util:CantSetLastSegmentOnEmptyPath";
public static final String ERR_UNEXPECTED_DOT = "util:UnexpectedDot";
public static final String ERR_UNEXPECTED_WHITESPACE = "util:UnexpectedWhitespace";
public static final String ERR_UNEXPECTED_CHARACTER = "util:UnexpectedCharacter";
public static final String ERR_JSON_SCHEMA_INVALID = "util:JsonSchemaInvalid";
private UtilConstants() {
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy