エラーのとり方
メモメモ
なるほどなー、などと思う。
try:
mailhost=getattr(context, \
context.superValues('Mail Host')[0].id)
context.errdoc.manage_edit(" OK ","") #追加
except:
raise AttributeError, "Mail Host object cant be found."
context.errdoc.manage_edit(" Err ","") #追加