クラス SmlDataItemUnsupportItemTypeParseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.shimizukenta.secs.sml.SmlParseException
com.shimizukenta.secs.sml.SmlDataItemParseException
com.shimizukenta.secs.sml.SmlDataItemUnsupportItemTypeParseException
- すべての実装されたインタフェース:
java.io.Serializable
public class SmlDataItemUnsupportItemTypeParseException extends SmlDataItemParseException
SML Data-Item Unsupprt Item type parse Exception.
- 関連項目:
- 直列化された形式
-
コンストラクタの概要
コンストラクタ コンストラクタ 説明 SmlDataItemUnsupportItemTypeParseException(Secs2Item secs2item)
Construnctor.SmlDataItemUnsupportItemTypeParseException(java.lang.String secs2ItemString)
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
-
コンストラクタの詳細
-
SmlDataItemUnsupportItemTypeParseException
public SmlDataItemUnsupportItemTypeParseException(java.lang.String secs2ItemString)Constructor.- パラメータ:
secs2ItemString
- the SECS-II-Item String
-
SmlDataItemUnsupportItemTypeParseException
Construnctor.- パラメータ:
secs2item
- the SECS-II-Item
-