Home | History | Annotate | Download | only in jar

Lines Matching defs:ERROR

70  *    // throw an error if an attribute is unrecognized
71 * p.put(Packer.UNKNOWN_ATTRIBUTE, Packer.ERROR);
120 * then an unspecified error is thrown.</p></li>
146 * then an unspecified error is thrown.</p></li>
370 * attribute is encountered. Possible values are the strings {@link #ERROR},
373 * The string {@link #ERROR} means that the pack operation
385 * p.put(UNKNOWN_ATTRIBUTE, ERROR);
400 * The special strings {@link #ERROR}, {@link #STRIP}, and {@link #PASS} are
429 * The special strings {@link #ERROR}, {@link #STRIP}, and
440 * The special strings {@link #ERROR}, {@link #STRIP}, and {@link #PASS}
451 * The special strings {@link #ERROR}, {@link #STRIP}, and {@link #PASS}
494 /** The string "error", a possible value for certain properties.
501 String ERROR = "error";
539 * unspecified error, and invalid entries may cause an
540 * unspecified error to be thrown.
555 * @exception IOException if an error is encountered.
571 * @exception IOException if an error is encountered.
701 * unspecified error, and invalid entries may cause an
702 * unspecified error to be thrown.
719 * @exception IOException if an error is encountered.
730 * @exception IOException if an error is encountered.
811 throw new Error("Class not found: " + implName +
815 throw new Error("Could not instantiate: " + implName +
819 throw new Error("Cannot access class: " + implName +