クラス
jp.finaluna.api.type.FinalunaFormatException の使用

FinalunaFormatException を使用しているパッケージ
jp.finaluna.api.type.util フレームワークのユーティリティを定義する。 
 

jp.finaluna.api.type.util での FinalunaFormatException の使用
 

FinalunaFormatException をスローする jp.finaluna.api.type.util のメソッド
 StringCode DateFormatUtil.format(DateAndTimeType dateTime, StringCode pattern)
           指定されたパターンでDateAndTimeTypeを変換した日時文字列を StringCode で取得する。
 StringCode DateFormatUtil.format(DateType date, StringCode pattern)
           指定されたパターンでDateTypeを変換した日付文字列を StringCode で取得する。
 StringCode DateFormatUtil.format(TimestampType timestamp, StringCode pattern)
           指定されたパターンでTimestampTypeを変換したタイムスタンプ文字列を StringCode で取得する。
 StringCode DateFormatUtil.format(TimeType time, StringCode pattern)
           指定されたパターンでTimeTypeを変換した時刻文字列を StringCode で取得する。
 DecimalType NumberFormatUtil.parseDecimalType(StringCode numberString, StringCode pattern)
          受け取ったStringCodeをDecimalTypeにparseして返す。
 IntegerType NumberFormatUtil.parseIntegerType(StringCode integerString, StringCode pattern)
          受け取ったStringCodeをIntegerTypeにparseして返す。
 DateAndTimeType DateFormatUtil.toDateAndTimeType(StringCode dateAndTimeString, StringCode pattern)
           指定されたパターンで日時文字列を変換し、 DateAndTimeType で取得する。
 DateType DateFormatUtil.toDateType(StringCode dateString, StringCode pattern)
           指定されたパターンで日付文字列を変換し、 DateType で取得する。
 TimestampType DateFormatUtil.toTimestampType(StringCode timestampString, StringCode pattern)
           指定されたパターンでタイムスタンプ文字列を変換し、 TimestampType で取得する。
 TimeType DateFormatUtil.toTimeType(StringCode timeString, StringCode pattern)
           指定されたパターンで時刻文字列を変換し、 TimeType で取得する。