Exceptions
class NameExistsError
Exception.add_note
Exception.add_note(note) --
add a note to the exception
Exception.with_traceback
Exception.with_traceback(tb) --
set self.traceback to tb and return self.
Members
args
None
class NoDocOpenError
Exception.add_note
Exception.add_note(note) --
add a note to the exception
Exception.with_traceback
Exception.with_traceback(tb) --
set self.traceback to tb and return self.
Members
args
None
class NoValidObjectError
Exception.add_note
Exception.add_note(note) --
add a note to the exception
Exception.with_traceback
Exception.with_traceback(tb) --
set self.traceback to tb and return self.
Members
args
None
class NotFoundError
Exception.add_note
Exception.add_note(note) --
add a note to the exception
Exception.with_traceback
Exception.with_traceback(tb) --
set self.traceback to tb and return self.
Members
args
None
class ScribusException
Exception.add_note
Exception.add_note(note) --
add a note to the exception
Exception.with_traceback
Exception.with_traceback(tb) --
set self.traceback to tb and return self.
Members
args
None
class WrongFrameTypeError
Exception.add_note
Exception.add_note(note) --
add a note to the exception
Exception.with_traceback
Exception.with_traceback(tb) --
set self.traceback to tb and return self.
Members
args
None