Search:

Type: Posts; User: kamalivy

Search: Search took 0.08 seconds.

  1. Replies
    4
    Views
    5,090

    Re: ClassCastException

    I've realized my mistake. I'm passing an Object but MessageFormat.format() is expecting an Object[] :(
  2. Replies
    4
    Views
    5,090

    ClassCastException

    Hi,

    I have the following piece of code. It's basically a method which formats a message (text) containing date.

    public static String fmtDate(String fmt, Object arg, Locale locale, String fe) {...
Results 1 to 2 of 2