Add missing Api annotations.
[SquirrelJME.git] / modules / jblend-api / src / main / java / com / jblend / io / SimpleSerializeException.java
blob8c094e6b64ba124d98277fbc4c908aec8c28b077
1 // -*- Mode: Java; indent-tabs-mode: t; tab-width: 4 -*-
2 // ---------------------------------------------------------------------------
3 // SquirrelJME
4 // Copyright (C) Stephanie Gawroriski <xer@multiphasicapps.net>
5 // ---------------------------------------------------------------------------
6 // SquirrelJME is under the GNU General Public License v3+, or later.
7 // See license.mkd for licensing and copyright information.
8 // ---------------------------------------------------------------------------
10 package com.jblend.io;
12 import cc.squirreljme.runtime.cldc.annotation.Api;
13 import cc.squirreljme.runtime.cldc.debug.Debugging;
14 import java.io.IOException;
16 @Api
17 public class SimpleSerializeException
18 extends IOException
20 @Api
21 public SimpleSerializeException(String var1)
23 throw Debugging.todo();