namespace org { namespace ldk { namespace util { /** * An type for cases where no additional information is available. * In general, if you've gotten this far the cause of the error should already be clear. */ public class UnqualifiedError { public UnqualifiedError(int _dummy) {} } } } }