Beatmup
Beatmup::NNets::AbstractOperation::NotReady Class Reference

#include <operation.h>

Inheritance diagram for Beatmup::NNets::AbstractOperation::NotReady:
Beatmup::Exception

Public Member Functions

 NotReady (const AbstractOperation *op)
 
- Public Member Functions inherited from Beatmup::Exception
virtual const char * what () const NOEXCEPT override
 

Additional Inherited Members

- Protected Member Functions inherited from Beatmup::Exception
 Exception (const char *message)
 
template<typename ... Args>
 Exception (const char *message, const Args &... args)
 

Detailed Description

Definition at line 112 of file operation.h.

Constructor & Destructor Documentation

◆ NotReady()

Beatmup::NNets::AbstractOperation::NotReady::NotReady ( const AbstractOperation op)
inline

Definition at line 114 of file operation.h.

114 : Exception("Operation not ready: '%s'", op->getName().c_str()) {}
Exception(const char *message)
Definition: exception.h:41
jlong jint op

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