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

クラス SmlDataItemParseException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.shimizukenta.secs.sml.SmlParseException
com.shimizukenta.secs.sml.SmlDataItemParseException
すべての実装されたインタフェース:
java.io.Serializable
直系の既知のサブクラス:
SmlDataItemAsciiParseException, SmlDataItemBooleanParseException, SmlDataItemNumberParseException, SmlDataItemUnsupportItemTypeParseException

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

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

    クラスから継承されたメソッド 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
  • コンストラクタの詳細

    • SmlDataItemParseException

      public SmlDataItemParseException()
      Constructor.
    • SmlDataItemParseException

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

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

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

      public SmlDataItemParseException​(java.lang.String message, java.lang.Throwable cause, boolean enableSuppression, boolean writableStackTrace)
      Constructor.
      パラメータ:
      message - the detail message.
      cause - the cause. (A null value is permitted, and indicates that the cause is nonexistent or unknown.)
      enableSuppression - whether or not suppression is enabled or disabled
      writableStackTrace - whether or not the stack trace should be writable