すべてが正常に機能する前に、突然例外が発生しました
Exception in thread "AWT-EventQueue-0" java.lang.IllegalArgumentException: Unterminated quote
at java.text.SimpleDateFormat.compile(SimpleDateFormat.java:859)
at java.text.SimpleDateFormat.initialize(SimpleDateFormat.java:659)
at java.text.SimpleDateFormat.<init>(SimpleDateFormat.java:585)
at java.text.SimpleDateFormat.<init>(SimpleDateFormat.java:560)
at Utilities.Utility.DateColumnFormatParser(Utility.java:2149)
at jewelleryerpapplication.GUI.Gold.IssueToAssembling$9.actionPerformed(IssueToAssembling.java:921)
フォーマットの何が問題になっていますか
コード用
String currentFormat= "dd'-'MM'-'yyyy' 'hh':'mm':'ss' 'a'";
SimpleDateFormat fromUser = new SimpleDateFormat(currentFormat);
なぜこれが起こるのかわかりません。