SAFplus Runtime Director API  3.0.5
aspCheckpoint.CheckpointError Class Reference

Basic error exception class for Checkpoint problems. More...

Inheritance diagram for aspCheckpoint.CheckpointError:
Collaboration diagram for aspCheckpoint.CheckpointError:

Public Member Functions

def __init__
 Constructor. More...
 
def __str__
 
- Public Member Functions inherited from misc.Error
def __init__
 Constructor. More...
 

Public Attributes

 text
 
 aspErrorCode
 
- Public Attributes inherited from misc.Error
 errCode
 
 errContext
 

Detailed Description

Basic error exception class for Checkpoint problems.

Constructor & Destructor Documentation

def aspCheckpoint.CheckpointError.__init__ (   self,
  s,
  aspretcode = 0 
)

Constructor.

Parameters
s,:A string describing the problem
aspretcode,:Optional error code returned from ASP

Member Function Documentation

def aspCheckpoint.CheckpointError.__str__ (   self)

Member Data Documentation

aspCheckpoint.CheckpointError.aspErrorCode
aspCheckpoint.CheckpointError.text