Class MstDateFormatISOParser


  • public class MstDateFormatISOParser
    extends java.lang.Object
    Komplementarklasse zu MstDateFormat.ISO (Parsed die serialisierten Dates wieder zu Dates zurueck)
    Version:
    1.0.0
    Author:
    ws
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.util.Date _parse​(java.lang.String source)
      like pars but without a checked exception (for test classes only)
      static java.util.Date parse​(java.lang.String source)
      parsed MstDateFormat.ISO, falls kein Offset nehme UT an
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • parse

        public static java.util.Date parse​(java.lang.String source)
                                    throws java.text.ParseException
        parsed MstDateFormat.ISO, falls kein Offset nehme UT an
        Throws:
        java.text.ParseException
      • _parse

        public static java.util.Date _parse​(java.lang.String source)
                                     throws java.lang.IllegalArgumentException
        like pars but without a checked exception (for test classes only)
        Throws:
        java.lang.IllegalArgumentException