decaf::lang::exceptions::ClassCastException Class Reference

#include <src/main/decaf/lang/exceptions/ClassCastException.h>

Inheritance diagram for decaf::lang::exceptions::ClassCastException:
Inheritance graph
[legend]

Public Member Functions

 ClassCastException ()
 Default Constructor.
 ClassCastException (const Exception &ex)
 Conversion Constructor from some other Exception.
 ClassCastException (const ClassCastException &ex)
 Copy Constructor.
 ClassCastException (const std::exception *cause)
 Constructor.
 ClassCastException (const char *file, const int lineNumber, const char *msg,...)
 Constructor - Initializes the file name and line number where this message occurred.
 ClassCastException (const char *file, const int lineNumber, const std::exception *cause, const char *msg,...)
 Constructor - Initializes the file name and line number where this message occurred.
virtual ClassCastExceptionclone () const
 Clones this exception.
virtual ~ClassCastException () throw ()

Constructor & Destructor Documentation

decaf::lang::exceptions::ClassCastException::ClassCastException (  ) 

Default Constructor.

decaf::lang::exceptions::ClassCastException::ClassCastException ( const Exception ex  ) 

Conversion Constructor from some other Exception.

Parameters:
ex The Exception whose data is to be copied into this one.
decaf::lang::exceptions::ClassCastException::ClassCastException ( const ClassCastException ex  ) 

Copy Constructor.

Parameters:
ex The Exception whose data is to be copied into this one.
decaf::lang::exceptions::ClassCastException::ClassCastException ( const std::exception *  cause  ) 

Constructor.

Parameters:
cause Pointer to the exception that caused this one to be thrown, the object is cloned caller retains ownership.
decaf::lang::exceptions::ClassCastException::ClassCastException ( const char *  file,
const int  lineNumber,
const char *  msg,
  ... 
)

Constructor - Initializes the file name and line number where this message occurred.

Sets the message to report, using an optional list of arguments to parse into the message

Parameters:
file The file name where exception occurs
lineNumber The line number where the exception occurred.
msg The message to report
... list of primitives that are formatted into the message
decaf::lang::exceptions::ClassCastException::ClassCastException ( const char *  file,
const int  lineNumber,
const std::exception *  cause,
const char *  msg,
  ... 
)

Constructor - Initializes the file name and line number where this message occurred.

Sets the message to report, using an optional list of arguments to parse into the message

Parameters:
file The file name where exception occurs
lineNumber The line number where the exception occurred.
cause The exception that was the cause for this one to be thrown.
msg The message to report
... list of primitives that are formatted into the message
virtual decaf::lang::exceptions::ClassCastException::~ClassCastException (  )  throw () [virtual]

Member Function Documentation

virtual ClassCastException* decaf::lang::exceptions::ClassCastException::clone (  )  const [inline, virtual]

Clones this exception.

This is useful for cases where you need to preserve the type of the original exception as well as the message. All subclasses should override.

Returns:
an new Exception instance that is a copy of this one.

Reimplemented from decaf::lang::Exception.


The documentation for this class was generated from the following file:

Generated on 1 Dec 2014 for activemq-cpp-3.8.2 by  doxygen 1.6.1