If the logger is currently enabled for the SEVERE message level then the given message is forwarded to all the registered output Handler objects.
@param msg The string message (or a key in the message catalog)
989990991992993994995996997998999
//#ifdef DTEST System.out.println( "Unsupported encoding ISO8859_1"); //#endif //#ifdef DLOGGING Logger logger = Logger.getLogger("EncodingUtil"); logger.severe("initIsoEncoding UnsupportedEncodingException ISO8859_1", e); //#endif try { String convStr2 = new String("a".getBytes(), "ISO-8859-1"); return "ISO-8859-1"; } catch (UnsupportedEncodingException e2) {
9991000100110021003100410051006100710081009
} catch (UnsupportedEncodingException e2) { //#ifdef DTEST System.out.println("initIsoEncoding Unsupported encoding ISO-8859-1"); //#endif //#ifdef DLOGGING logger.severe("initIsoEncoding UnsupportedEncodingException ISO-8859-1", e2); //#endif } } } catch (Throwable t) { //#ifdef DLOGGING
10061007100810091010101110121013101410151016
} } } catch (Throwable t) { //#ifdef DLOGGING Logger logger = Logger.getLogger("EncodingUtil"); logger.severe("initIsoEncoding initConvWinUni", t); //#endif } return "ISO8859_1"; }
10311032103310341035103610371038103910401041
//#ifdef DTEST System.out.println(ce.getMessage()); //#endif //#ifdef DLOGGING Logger logger = Logger.getLogger("EncodingUtil"); logger.severe(ce.getMessage(), e); //#endif try { String convStr2 = new String("a".getBytes(), "WINDOWS-1252"); return "WINDOWS-1252"; } catch (UnsupportedEncodingException e2) {
10461047104810491050105110521053105410551056
m_statExcs.addElement(ce2); //#ifdef DTEST System.out.println(ce2.getMessage()); //#endif //#ifdef DLOGGING logger.severe(ce2.getMessage(), e2); //#endif } } } catch (Throwable t) { //#ifdef DLOGGING
10531054105510561057105810591060106110621063
} } } catch (Throwable t) { //#ifdef DLOGGING Logger logger = Logger.getLogger("EncodingUtil"); logger.severe("initWinEncoding() initConvWinUni", t); //#endif } return "Cp1252"; }
250251252253254255256257258259260
} catch(Exception e) { CauseException ce = new CauseException( "Internal error while RssItem deserialize ", e); //#ifdef DLOGGING Logger logger = Logger.getLogger("RssItem"); logger.severe(ce.getMessage(), e); //#endif System.err.println(ce.getMessage() + " " + e.toString()); e.printStackTrace(); throw ce; } catch(OutOfMemoryError e) {
260261262263264265266267268269270
} catch(OutOfMemoryError e) { CauseMemoryException ce = new CauseMemoryException( "Out of memory error while RssItem deserialize ", e); //#ifdef DLOGGING Logger logger = Logger.getLogger("RssItem"); logger.severe(ce.getMessage(), e); //#endif System.err.println(ce.getMessage() + " " + e.toString()); e.printStackTrace(); throw ce; }
10781079108010811082108310841085108610871088
//#ifdef DTEST System.out.println(ce.getMessage()); //#endif //#ifdef DLOGGING Logger logger = Logger.getLogger("EncodingUtil"); logger.severe(ce.getMessage(), e); //#endif try { String convStr2 = new String("a".getBytes(), "WINDOWS-1252"); return true; } catch (UnsupportedEncodingException e2) {
286287288289290291292293294295296
} catch(Exception e) { CauseException ce = new CauseException( "Internal error while RssItem unencodedDeserialize ", e); //#ifdef DLOGGING Logger logger = Logger.getLogger("RssItem"); logger.severe(ce.getMessage(), e); //#endif System.err.println(ce.getMessage() + " " + e.toString()); e.printStackTrace(); throw ce; } catch(OutOfMemoryError e) {