Package com.infoteria.asteria.value
Class ValueConvertException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.infoteria.asteria.value.ValueConvertException
- All Implemented Interfaces:
Serializable
Valueクラスのデータ変換時に発生するExceptionです。
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionValueConvertException(Exception e, Value.Type t, Object o) 他のExceptionをラップするコンストラクタValueConvertException(String msg, Value.Type t, Object o) エラーメッセージを指定するコンストラクタ -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, setStackTrace, toString
-
Constructor Details
-
ValueConvertException
他のExceptionをラップするコンストラクタ- Parameters:
e- 発生したExceptiont- 変換に失敗したValueの型o- 変換に失敗したValue内のObject
-
ValueConvertException
エラーメッセージを指定するコンストラクタ- Parameters:
msg- エラーメッセージt- 変換に失敗したValueの型o- 変換に失敗したValue内のObject
-
-
Method Details
-
getType
変換に失敗したValueの型を取得します。 -
getValue
変換に失敗したValue内のObjectを取得します。 -
printStackTrace
public void printStackTrace()- Overrides:
printStackTracein classThrowable
-
printStackTrace
- Overrides:
printStackTracein classThrowable
-
printStackTrace
- Overrides:
printStackTracein classThrowable
-