java.lang.ExceptionInInitializerError是什么异常
那个高手能说说下面异常是什么意识吗? 异常后面有个<init>是什么意识?
这个异常java.lang.IllegalArgumentException: Illegal pattern character 'l'说是日期格式不对 但是我没发现什么地方不对啊? 高手帮帮忙最好能帮我解决一下
Exception in thread "main" java.lang.ExceptionInInitializerError
at com.almonde.client.ui.logger.Logger$LogTreeNode.headerToString(Logger.java:159)
at com.almonde.client.ui.logger.Logger$LogTreeNode.toString(Logger.java:164)
at javax.swing.JTree.convertValueToText(JTree.java:1139)
at javax.swing.tree.DefaultTreeCellRenderer.getTreeCellRendererComponent(DefaultTreeCellRenderer.java:331)
at com.sun.java.swing.plaf.windows.WindowsTreeUI$WindowsTreeCellRenderer.getTreeCellRendererComponent(WindowsTreeUI.java:172)
at javax.swing.plaf.basic.BasicTreeUI$NodeDimensionsHandler.getNodeDimensions(BasicTreeUI.java:2643)
at javax.swing.tree.AbstractLayoutCache.getNodeDimensions(AbstractLayoutCache.java:475)
at javax.swing.tree.VariableHeightLayoutCache$TreeStateNode.updatePreferredSize(VariableHeightLayoutCache.java:1342)
at javax.swing.tree.VariableHeightLayoutCache.rebuild(VariableHeightLayoutCache.java:720)
at javax.swing.tree.VariableHeightLayoutCache.setModel(VariableHeightLayoutCache.java:91)
at javax.swing.plaf.basic.BasicTreeUI.setModel(BasicTreeUI.java:390)
at javax.swing.plaf.basic.BasicTreeUI$Handler.propertyChange(BasicTreeUI.java:3316)
at java.beans.PropertyChangeSupport.firePropertyChange(PropertyChangeSupport.java:333)
at java.beans.PropertyChangeSupport.firePropertyChange(PropertyChangeSupport.java:270)
at java.awt.Component.firePropertyChange(Component.java:7159)
at javax.swing.JTree.setModel(JTree.java:710)
at com.almonde.client.ui.logger.Logger.resetLog(Logger.java:373)
at com.almonde.client.ui.logger.Logger.createUI(Logger.java:207)
at com.almonde.client.ui.logger.Logger.<init>(Logger.java:196)
at com.almonde.client.ui.logger.Logger.<clinit>(Logger.java:62)
at com.almonde.client.ui.warning.UserNotificationManager.queueProblem(UserNotificationManager.java:316)
at com.almonde.client.ui.warning.UserNotificationManager.queueProblem(UserNotificationManager.java:304)
at com.almonde.ALMClient.<init>(ALMClient.java:166)
at com.almonde.ALMClient.main(ALMClient.java:641)
Caused by: java.lang.IllegalArgumentException: Illegal pattern character 'l'
at java.text.SimpleDateFormat.compile(SimpleDateFormat.java:678)
at java.text.SimpleDateFormat.initialize(SimpleDateFormat.java:497)
at java.text.SimpleDateFormat.<init>(SimpleDateFormat.java:446)
at com.almonde.client.ui.render.Formatter.setFormatters(Formatter.java:319)
at com.almonde.client.ui.render.Formatter.initialize(Formatter.java:474)
at com.almonde.client.ui.render.Formatter.<clinit>(Formatter.java:97)
... 24 more