Movatterモバイル変換


[0]ホーム

URL:


         


Class AddressException

java.lang.Object  |  +--java.lang.Throwable        |        +--java.lang.Exception              |              +--javax.mail.MessagingException                    |                    +--javax.mail.internet.ParseException                          |                          +--javax.mail.internet.AddressException
All Implemented Interfaces:
java.io.Serializable

public classAddressException
extendsParseException

The exception thrown when a wrongly formatted address is encountered.

See Also:
Serialized Form

pos
          The index in the string where the error occurred, or -1 if not known.
ref
          The string being parsed.
 
AddressException()
          Constructs an AddressException with no detail message.
AddressException(java.lang.String s)
          Constructs an AddressException with the specified detail message.
AddressException(java.lang.String s, java.lang.String ref)
          Constructs an AddressException with the specified detail message and reference info.
AddressException(java.lang.String s, java.lang.String ref, int pos)
          Constructs an AddressException with the specified detail message and reference info.
 
getPos()
          Get the position with the reference string where the error was detected (-1 if not relevant).
getRef()
          Get the string that was being parsed when the error was detected (null if not relevant).
toString()
           
 
Methods inherited from class javax.mail.MessagingException
getMessage,getNextException,setNextException
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

ref

protected java.lang.Stringref
The string being parsed.

pos

protected intpos
The index in the string where the error occurred, or -1 if not known.

AddressException

publicAddressException()
Constructs an AddressException with no detail message.

AddressException

publicAddressException(java.lang.String s)
Constructs an AddressException with the specified detail message.
Parameters:
s - the detail message

AddressException

publicAddressException(java.lang.String s,                        java.lang.String ref)
Constructs an AddressException with the specified detail message and reference info.
Parameters:
s - the detail message

AddressException

publicAddressException(java.lang.String s,                        java.lang.String ref,                        int pos)
Constructs an AddressException with the specified detail message and reference info.
Parameters:
s - the detail message

getRef

public java.lang.StringgetRef()
Get the string that was being parsed when the error was detected (null if not relevant).

getPos

public intgetPos()
Get the position with the reference string where the error was detected (-1 if not relevant).

toString

public java.lang.StringtoString()
Overrides:
toString in classjava.lang.Throwable

         


[8]ページ先頭

©2009-2025 Movatter.jp