HDK
|
Go to the source code of this file.
Classes | |
class | HOM_SystemExit |
class | HOM_Error |
Macros | |
#define | SIMPLE_EXCEPTION(exception_name, description_value) |
#define | DERIVED_EXCEPTION(exception_name, base_exception, description_value) |
#define | SIMPLE_EXCEPTION_DFLT_INSTANCE(exception_name, description_value, default_instance_value) |
Functions | |
SIMPLE_EXCEPTION (NotAvailable,"Not available in this context") SIMPLE_EXCEPTION(ObjectWasDeleted | |
Attempt to access an object that no longer exists in Houdini | SIMPLE_EXCEPTION (InvalidInput,"Invalid input") SIMPLE_EXCEPTION(InvalidSize |
Attempt to access an object that no longer exists in Houdini Invalid size | SIMPLE_EXCEPTION (TypeError,"Invalid type") SIMPLE_EXCEPTION(ValueError |
Attempt to access an object that no longer exists in Houdini Invalid size Invalid value | SIMPLE_EXCEPTION (OperationFailed,"The attempted operation failed") SIMPLE_EXCEPTION(InvalidNodeType |
Attempt to access an object that no longer exists in Houdini Invalid size Invalid value The node type is invalid | SIMPLE_EXCEPTION (InitScriptFailed,"Node initialization script failed") SIMPLE_EXCEPTION(MatchDefinitionError |
Attempt to access an object that no longer exists in Houdini Invalid size Invalid value The node type is invalid Failed to match node type definition | SIMPLE_EXCEPTION_DFLT_INSTANCE (PermissionError,"","Failed to modify node or parameter because of a permission ""error. Possible causes include locked assets, takes, ""product permissions or user specified permissions") SIMPLE_EXCEPTION(GeometryPermissionError |
Attempt to access an object that no longer exists in Houdini Invalid size Invalid value The node type is invalid Failed to match node type definition Geometry is read only | SIMPLE_EXCEPTION (KeyframeValueNotSet,"This keyframe value is not set") SIMPLE_EXCEPTION(OperationInterrupted |
Attempt to access an object that no longer exists in Houdini Invalid size Invalid value The node type is invalid Failed to match node type definition Geometry is read only The requested operation was interrupted | SIMPLE_EXCEPTION (LoadWarning,"Warnings were generated during load") SIMPLE_EXCEPTION(NodeError |
Attempt to access an object that no longer exists in Houdini Invalid size Invalid value The node type is invalid Failed to match node type definition Geometry is read only The requested operation was interrupted Error generated by Python node | SIMPLE_EXCEPTION (NodeWarning,"Warning generated by Python node") SIMPLE_EXCEPTION(NameConflict |
Attempt to access an object that no longer exists in Houdini Invalid size Invalid value The node type is invalid Failed to match node type definition Geometry is read only The requested operation was interrupted Error generated by Python node Name conflict was detected | SIMPLE_EXCEPTION (StateNotRegistered,"Attempt to unregister a non-registered state") SIMPLE_EXCEPTION(HandleNotRegistered |
#define DERIVED_EXCEPTION | ( | exception_name, | |
base_exception, | |||
description_value | |||
) |
Definition at line 118 of file HOM_Errors.h.
#define SIMPLE_EXCEPTION | ( | exception_name, | |
description_value | |||
) |
Definition at line 97 of file HOM_Errors.h.
#define SIMPLE_EXCEPTION_DFLT_INSTANCE | ( | exception_name, | |
description_value, | |||
default_instance_value | |||
) |
Definition at line 133 of file HOM_Errors.h.
Attempt to access an object that no longer exists in Houdini SIMPLE_EXCEPTION | ( | InvalidInput | , |
"Invalid input" | |||
) |
Attempt to access an object that no longer exists in Houdini Invalid size SIMPLE_EXCEPTION | ( | TypeError | , |
"Invalid type" | |||
) |
Attempt to access an object that no longer exists in Houdini Invalid size Invalid value SIMPLE_EXCEPTION | ( | OperationFailed | , |
"The attempted operation failed" | |||
) |
Attempt to access an object that no longer exists in Houdini Invalid size Invalid value The node type is invalid SIMPLE_EXCEPTION | ( | InitScriptFailed | , |
"Node initialization script failed" | |||
) |
Attempt to access an object that no longer exists in Houdini Invalid size Invalid value The node type is invalid Failed to match node type definition Geometry is read only SIMPLE_EXCEPTION | ( | KeyframeValueNotSet | , |
"This keyframe value is not set" | |||
) |
Attempt to access an object that no longer exists in Houdini Invalid size Invalid value The node type is invalid Failed to match node type definition Geometry is read only The requested operation was interrupted SIMPLE_EXCEPTION | ( | LoadWarning | , |
"Warnings were generated during load" | |||
) |
Attempt to access an object that no longer exists in Houdini Invalid size Invalid value The node type is invalid Failed to match node type definition Geometry is read only The requested operation was interrupted Error generated by Python node SIMPLE_EXCEPTION | ( | NodeWarning | , |
"Warning generated by Python node" | |||
) |
Attempt to access an object that no longer exists in Houdini Invalid size Invalid value The node type is invalid Failed to match node type definition Geometry is read only The requested operation was interrupted Error generated by Python node Name conflict was detected SIMPLE_EXCEPTION | ( | StateNotRegistered | , |
"Attempt to unregister a non-registered state" | |||
) |
Attempt to access an object that no longer exists in Houdini Invalid size Invalid value The node type is invalid Failed to match node type definition SIMPLE_EXCEPTION_DFLT_INSTANCE | ( | PermissionError | , |
"" | , | ||
"Failed to modify node or parameter because of a permission ""error. Possible causes include locked | assets, | ||
takes | , | ||
" "product permissions or user specified permissions" | |||
) |