コード例 #1
0
 def __init__(self, tagName, **args):
     title = Local().formatLocalText("encoding", "errTitle")
     msg = Local().formatLocalText("encoding", tagName, **args)
     BaseException.__init__(self, title, msg)
コード例 #2
0
	def __init__(self, msg):
		title = Local().formatLocalText("explain", "errTitle")
		BaseException.__init__(self, title, msg)
コード例 #3
0
	def __init__(self, msg):
		title = Local().formatLocalText("dataSource", 'errTitle')
		BaseException.__init__(self, title, msg)