/*
* bonobo-exception.idl:
*
* Copyright (C) 2000 Helix Code, Inc.
*
* Author:
* Dietmar Maurer (dietmar@helixcode.com)
*/
#ifndef BONOBO_EXCEPTION_IDL
#define BONOBO_EXCEPTION_IDL
module Bonobo {
exception NotSupported {};
exception NotImplemented {};
exception IOError {};
exception BadArg {};
};
#endif /* BONOBO_EXCEPTION_IDL */