public class MappingClassCastException extends RuntimeException
| コンストラクタと説明 |
|---|
MappingClassCastException(String msg)
Constructor.
|
MappingClassCastException(String msg,
ClassCastException e)
Constructor.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic MappingClassCastException(String msg)
msg - The message of the exception. (NotNull)public MappingClassCastException(String msg, ClassCastException e)
msg - The message of the exception. (NotNull)e - Exception about class cast. (NotNull)Copyright © 2014–2015 The DBFlute Project. All rights reserved.