1 // -*- Mode: Java; indent-tabs-mode: t; tab-width: 4 -*-
2 // ---------------------------------------------------------------------------
4 // Copyright (C) Stephanie Gawroriski <xer@multiphasicapps.net>
5 // ---------------------------------------------------------------------------
6 // SquirrelJME is under the Mozilla Public License Version 2.0.
7 // See license.mkd for licensing and copyright information.
8 // ---------------------------------------------------------------------------
13 import cc
.squirreljme
.runtime
.cldc
.annotation
.Api
;
14 import cc
.squirreljme
.runtime
.cldc
.debug
.Debugging
;
17 public class InvalidOutputSamplingRateException
18 extends RuntimeException
21 public InvalidOutputSamplingRateException()
23 throw Debugging
.todo();
27 public InvalidOutputSamplingRateException(String __a
)
29 throw Debugging
.todo();