Sha256: eb02aa13a968d586bc4c4c29d3e36b85536b7b0b06869a375ff5b786dacf4203
Contents?: true
Size: 497 Bytes
Versions: 119
Compression:
Stored size: 497 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.lang; public class NoSuchMethodException extends Exception { public NoSuchMethodException() { super(); } public NoSuchMethodException(String s) { super(s); } }
Version data entries
119 entries across 119 versions & 1 rubygems