Sha256: 4859ed8640e77e2fbba1f3e1db999c3877e759099142d144fba1c8f4f36a7a4c
Contents?: true
Size: 470 Bytes
Versions: 119
Compression:
Stored size: 470 Bytes
Contents
/* * Javolution - Java(TM) Solution for Real-Time and Embedded Systems * Copyright (C) 2005 - Javolution (http://javolution.org/) * All rights reserved. * * Permission to use, copy, modify, and distribute this software is * freely granted, provided that this notice is preserved. */ package j2me.util; import j2me.lang.IllegalStateException; public class FormatterClosedException extends IllegalStateException { public FormatterClosedException() { } }
Version data entries
119 entries across 119 versions & 1 rubygems