You are currently viewing a snapshot of www.mozilla.org taken on April 21, 2008. Most of this content is highly out of date (some pages haven't been updated since the project began in 1998) and exists for historical purposes only. If there are any pages on this archive site that you think should be added back to www.mozilla.org, please file a bug.



All Packages  This Package  Class Hierarchy  Class Search  Index

Class grendel.storage.addressparser.RouteAddrNoPhraseException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----grendel.storage.addressparser.RFC822ParserException
                           |
                           +----grendel.storage.addressparser.RouteAddrNoPhraseException

class  RouteAddrNoPhraseException
     extends grendel.storage.addressparser.RFC822ParserException
{
          // Constructors 1
     public RouteAddrNoPhraseException(String, AddressToken, Vector);

          // Methods 9
     public AddressToken getAddrSpec();
     private int getAddrSpecStart();
     public int getOrigRouteAddrEnd(Vector);
     public int getOrigRouteAddrStart(Vector);
     public AddressToken getRouteAddr();
     public boolean hasComments(Vector);
     public boolean hasRoute();
     private boolean isComment(Vector, int);
     private int matchToken(int, int, int, Vector, Vector);
}



Constructors


RouteAddrNoPhraseException

   public RouteAddrNoPhraseException(String str, 
                                     AddressToken addr_token, 
                                     Vector tokens) 



Methods


hasRoute

   public boolean hasRoute() 


hasComments

   public boolean hasComments(Vector orig_tokens) 


getRouteAddr

   public AddressToken getRouteAddr() 


getOrigRouteAddrStart

   public int getOrigRouteAddrStart(Vector orig_tokens) 


getOrigRouteAddrEnd

   public int getOrigRouteAddrEnd(Vector orig_tokens) 


getAddrSpec

   public AddressToken getAddrSpec() 


matchToken

   private int matchToken(int orig_start, 
                          int start, 
                          int end, 
                          Vector orig_tokens, 
                          Vector tokens) 

PRIVATE METHODS **



isComment

   private boolean isComment(Vector tokens, 
                             int indx) 


getAddrSpecStart

   private int getAddrSpecStart() 


All Packages  This Package  Class Hierarchy  Class Search  Index
Freshly brewed Java API Documentation automatically generated with polardoc Version 1.0.4