Sha256: 00f08c4668f9b9ed25b05443d29db7bd189292a1a13fd2438ded6de2f40e874b
Contents?: true
Size: 559 Bytes
Versions: 119
Compression:
Stored size: 559 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; public class DuplicateFormatFlagsException extends IllegalFormatException { private String _flags; public DuplicateFormatFlagsException(String f) { _flags = f; } public String getFlags() { return _flags; } }
Version data entries
119 entries across 119 versions & 1 rubygems