WCSim
Functions
CADMesh::Exceptions Namespace Reference

Functions

void FileNotFound (G4String origin, G4String filepath)
 
void LexerError (G4String origin, G4String message)
 
void ParserError (G4String origin, G4String message)
 
void ReaderCantReadError (G4String origin, File::Type file_type, G4String filepath)
 
void MeshNotFound (G4String origin, size_t index)
 
void MeshNotFound (G4String origin, G4String name)
 

Function Documentation

◆ FileNotFound()

void CADMesh::Exceptions::FileNotFound ( G4String  origin,
G4String  filepath 
)

Definition at line 1221 of file CADMesh.hh.

◆ LexerError()

void CADMesh::Exceptions::LexerError ( G4String  origin,
G4String  message 
)

Definition at line 1227 of file CADMesh.hh.

◆ MeshNotFound() [1/2]

void CADMesh::Exceptions::MeshNotFound ( G4String  origin,
size_t  index 
)

Definition at line 1250 of file CADMesh.hh.

◆ MeshNotFound() [2/2]

void CADMesh::Exceptions::MeshNotFound ( G4String  origin,
G4String  name 
)

Definition at line 1258 of file CADMesh.hh.

◆ ParserError()

void CADMesh::Exceptions::ParserError ( G4String  origin,
G4String  message 
)

Definition at line 1234 of file CADMesh.hh.

◆ ReaderCantReadError()

void CADMesh::Exceptions::ReaderCantReadError ( G4String  origin,
File::Type  file_type,
G4String  filepath 
)

Definition at line 1240 of file CADMesh.hh.