1 57 58 package org.enhydra.apache.xerces.msg; 59 60 68 public class ImplementationMessages 69 extends java.util.ListResourceBundle 70 { 71 72 public static final Object CONTENTS[][] = { 73 { "BadMajorCode", "The majorCode parameter to createMessage was out of bounds." }, 75 { "FormatFailed", "An internal error occurred while formatting the following message:\n " }, 76 { "ENC4", "Invalid UTF-8 code. (byte: 0x{0})" }, 78 { "ENC5", "Invalid UTF-8 code. (bytes: 0x{0} 0x{1})" }, 79 { "ENC6", "Invalid UTF-8 code. (bytes: 0x{0} 0x{1} 0x{2})" }, 80 { "ENC7", "Invalid UTF-8 code. (bytes: 0x{0} 0x{1} 0x{2} 0x{3})" }, 81 { "FileNotFound", "File \"{0}\" not found." }, 82 { "VAL_BST", "Invalid ContentSpecNode.NODE_XXX value for binary op CMNode" }, 83 { "VAL_CMSI", "Invalid CMStateSet bit index" }, 84 { "VAL_CST", "Unknown ContentSpecNode.NODE_XXX value" }, 85 { "VAL_LST", "Invalid ContentSpecNode.NODE_XXX value for leaf CMNode" }, 86 { "VAL_NIICM", "Only * unary ops should be in the internal content model tree"}, 87 { "VAL_NPCD", "PCData node found in non-mixed model content" }, 88 { "VAL_UST", "Invalid ContentSpecNode.NODE_XXX value for unary op CMNode" }, 89 { "VAL_WCGHI", "The input to whatCanGoHere() is inconsistent" }, 90 { "INT_DCN", "Internal Error: dataChunk == NULL" }, 91 { "INT_PCN", "Internal Error: fPreviousChunk == NULL" }, 92 { "FatalError", "Stopping after fatal error: {0}" }, 93 }; 94 95 96 public Object [][] getContents() { 97 return CONTENTS; 98 } 99 100 } | Popular Tags |