Packagejp.nium.core.errors
Classpublic class FormatError
InheritanceFormatError Inheritance Error

FormatError クラスは、指定された文字列のフォーマットが正しくないために発生するエラーを表します。 FormatError class represent the error caused by the specified string with wrong format.

View the examples



Public Methods
 MethodDefined By
  
FormatError(message:String)
新しい FormatError インスタンスを作成します。 Creates a new FormatError object.
FormatError
Constructor Detail
FormatError()Constructor
public function FormatError(message:String)

新しい FormatError インスタンスを作成します。 Creates a new FormatError object.

Parameters
message:Stringエラーに関連付けられたストリングです。 A string associated with the error object.
Examples