Overview   Project   Class   Tree   Deprecated   Index 
FRAMES    NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD

dcl.old.net
Class URISyntaxException

Object
   |
   +--Exception
         |
         +--URISyntaxException

   in URI.h

class URISyntaxException
extends Exception


Field Summary
protected String m_strMessage
          
   
Fields inherited from class Exception
m_pCause
 
Constructor Summary
URISyntaxException( const String& strReason, const String& strSource )
          
 
Method Summary
 virtual String getMessage() const
          
   
Methods inherited from class Exception
cause, getMessage, getMessageAll, destroy
   
Methods inherited from class Object
toString, destroy, className, isInstanceOf, typeInfo
 

Field Detail

m_strMessage

protected String m_strMessage;


Constructor Detail

URISyntaxException

public URISyntaxException( const String& strReason, const String& strSource );


Method Detail

getMessage

public virtual String getMessage() const;

 Overview   Project   Class   Tree   Deprecated   Index 
FRAMES    NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD