Lines Matching refs:MalformedURIException

75   public static class MalformedURIException extends IOException  class in URI
82 public MalformedURIException() in MalformedURIException() method in URI.MalformedURIException
93 public MalformedURIException(String p_msg) in MalformedURIException() method in URI.MalformedURIException
182 public URI(String p_uriSpec) throws MalformedURIException in URI()
199 public URI(URI p_base, String p_uriSpec) throws MalformedURIException in URI()
217 throws MalformedURIException in URI()
222 throw new MalformedURIException( in URI()
229 throw new MalformedURIException( in URI()
259 throws MalformedURIException in URI()
290 throws MalformedURIException in URI()
295 …throw new MalformedURIException(Utils.messages.createMessage(MsgKey.ER_SCHEME_REQUIRED, null)); //… in URI()
302 throw new MalformedURIException( in URI()
308 throw new MalformedURIException( in URI()
317 throw new MalformedURIException( in URI()
323 throw new MalformedURIException( in URI()
371 throws MalformedURIException in initialize()
377 throw new MalformedURIException( in initialize()
399 …throw new MalformedURIException(Utils.messages.createMessage(MsgKey.ER_NO_SCHEME_IN_URI, new Objec… in initialize()
583 private void initializeScheme(String p_uriSpec) throws MalformedURIException in initializeScheme()
608 …throw new MalformedURIException(Utils.messages.createMessage(MsgKey.ER_NO_SCHEME_INURI, null)); //… in initializeScheme()
625 throws MalformedURIException in initializeAuthority()
698 throw new MalformedURIException( in initializeAuthority()
728 private void initializePath(String p_uriSpec) throws MalformedURIException in initializePath()
733 throw new MalformedURIException( in initializePath()
758 throw new MalformedURIException( in initializePath()
766 …throw new MalformedURIException(Utils.messages.createMessage(MsgKey.ER_PATH_INVALID_CHAR, new Obje… in initializePath()
796 throw new MalformedURIException( in initializePath()
803 throw new MalformedURIException( in initializePath()
829 throw new MalformedURIException( in initializePath()
836 throw new MalformedURIException( in initializePath()
1019 public void setScheme(String p_scheme) throws MalformedURIException in setScheme()
1024 …throw new MalformedURIException(Utils.messages.createMessage(MsgKey.ER_SCHEME_FROM_NULL_STRING, nu… in setScheme()
1029 …throw new MalformedURIException(Utils.messages.createMessage(MsgKey.ER_SCHEME_NOT_CONFORMANT, null… in setScheme()
1044 public void setUserinfo(String p_userinfo) throws MalformedURIException in setUserinfo()
1055 throw new MalformedURIException( in setUserinfo()
1074 throw new MalformedURIException( in setUserinfo()
1081 throw new MalformedURIException( in setUserinfo()
1101 public void setHost(String p_host) throws MalformedURIException in setHost()
1112 …throw new MalformedURIException(Utils.messages.createMessage(MsgKey.ER_HOST_ADDRESS_NOT_WELLFORMED… in setHost()
1129 public void setPort(int p_port) throws MalformedURIException in setPort()
1136 throw new MalformedURIException( in setPort()
1142 …throw new MalformedURIException(Utils.messages.createMessage(MsgKey.ER_INVALID_PORT, null)); //"In… in setPort()
1162 public void setPath(String p_path) throws MalformedURIException in setPath()
1190 public void appendPath(String p_addToPath) throws MalformedURIException in appendPath()
1200 …throw new MalformedURIException(Utils.messages.createMessage(MsgKey.ER_PATH_INVALID_CHAR, new Obje… in appendPath()
1250 throws MalformedURIException in setQueryString()
1259 throw new MalformedURIException( in setQueryString()
1264 throw new MalformedURIException( in setQueryString()
1269 throw new MalformedURIException( in setQueryString()
1289 public void setFragment(String p_fragment) throws MalformedURIException in setFragment()
1298 throw new MalformedURIException( in setFragment()
1303 throw new MalformedURIException( in setFragment()
1308 …throw new MalformedURIException(Utils.messages.createMessage(MsgKey.ER_FRAG_INVALID_CHAR, null)); … in setFragment()