Home | History | Annotate | Download | only in ims

Lines Matching defs:ParseException

32 import java.text.ParseException;
113 * @throws ParseException
115 public void setICID(String icid) throws ParseException {
146 * @throws ParseException
148 public void setICIDGeneratedAt(String host) throws ParseException {
179 * @throws ParseException
181 public void setOriginatingIOI(String origIOI) throws ParseException {
210 * @throws ParseException
212 public void setTerminatingIOI(String termIOI) throws ParseException {
221 public void setValue(String value) throws ParseException {
222 throw new ParseException(value, 0);