Overview   Project   Class   Tree   Deprecated   Index 
0 A.D.
FRAMES    NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD

collada
Class ColladaException

std::exception
   |
   +--ColladaException

   in CommonConvert.h

class ColladaException
extends std::exception


Field Summary
private std::string msg
          
 
Constructor Summary
ColladaException( const std::string& msg )
          
~ColladaException()
          
 
Method Summary
 virtual const char* what() const
          
 

Field Detail

msg

private std::string msg;


Constructor Detail

ColladaException

public ColladaException( const std::string& msg );

~ColladaException

public ~ColladaException() throw();


Method Detail

what

public virtual const char* what() const throw();

 Overview   Project   Class   Tree   Deprecated   Index 
0 A.D.
Generated on September 04, 2007 at 18:13
CppDoc v2.4.0
FRAMES    NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD