パッケージ com.shimizukenta.secs.sml

クラス SmlDataItemNumberParseException

java.lang.Object
java.lang.Throwable
java.lang.Exception
すべての実装されたインタフェース:
java.io.Serializable

public class SmlDataItemNumberParseException
extends SmlDataItemParseException
SML Data-Item Number parse Exception.
関連項目:
直列化された形式
  • コンストラクタの概要

    コンストラクタ
    コンストラクタ 説明
    SmlDataItemNumberParseException()
    Constructor.
    SmlDataItemNumberParseException​(java.lang.String message)
    Constructor.
    SmlDataItemNumberParseException​(java.lang.String message, java.lang.Throwable cause)
    Constructor.
    SmlDataItemNumberParseException​(java.lang.Throwable cause)
    Cunstructor.
  • メソッドの概要

    クラスから継承されたメソッド java.lang.Throwable

    addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString

    クラスから継承されたメソッド java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • コンストラクタの詳細

    • SmlDataItemNumberParseException

      public SmlDataItemNumberParseException()
      Constructor.
    • SmlDataItemNumberParseException

      public SmlDataItemNumberParseException​(java.lang.String message)
      Constructor.
      パラメータ:
      message - the message
    • SmlDataItemNumberParseException

      public SmlDataItemNumberParseException​(java.lang.Throwable cause)
      Cunstructor.
      パラメータ:
      cause - the cause
    • SmlDataItemNumberParseException

      public SmlDataItemNumberParseException​(java.lang.String message, java.lang.Throwable cause)
      Constructor.
      パラメータ:
      message - the message
      cause - the cause