public class MappingInstantiationException extends RuntimeExceptionSE
| コンストラクターと説明 |
|---|
MappingInstantiationException(ListSE<ObjectSE> arguments, ExceptionSE cause) 指定されたコンストラクター引数と原因となる例外に対して新しい MappingInstantiationException を作成します。 |
MappingInstantiationException(PersistentEntity<?,?> entity, ListSE<ObjectSE> arguments, ExceptionSE cause) 指定された PersistentEntity、コンストラクター引数、原因となる例外に対して新しい MappingInstantiationException を作成します。 |
| 修飾子と型 | メソッドと説明 |
|---|---|
OptionalSE<ConstructorSE<?>> | getConstructor() インスタンス化の試行中に使用されるコンストラクター。 |
ListSE<ObjectSE> | getConstructorArguments() コンストラクターを呼び出すために使用されるコンストラクター引数。 |
OptionalSE<ClassSE<?>> | getEntityType() インスタンス化を試みたエンティティの型を返します。 |
addSuppressedSE, fillInStackTraceSE, getCauseSE, getLocalizedMessageSE, getMessageSE, getStackTraceSE, getSuppressedSE, initCauseSE, printStackTraceSE, printStackTraceSE, printStackTraceSE, setStackTraceSE, toStringSEcloneSE, equalsSE, finalizeSE, getClassSE, hashCodeSE, notifySE, notifyAllSE, waitSE, waitSE, waitSEpublic MappingInstantiationException(PersistentEntity<?,?> entity, ListSE<ObjectSE> arguments, ExceptionSE cause)
PersistentEntity、コンストラクター引数、原因となる例外に対して新しい MappingInstantiationException を作成します。entity -arguments -cause -public MappingInstantiationException(ListSE<ObjectSE> arguments, ExceptionSE cause)
MappingInstantiationException を作成します。arguments -cause -public OptionalSE<ClassSE<?>> getEntityType()
public OptionalSE<ConstructorSE<?>> getConstructor()
Copyright © 2011–2019 Pivotal Software, Inc.. All rights reserved.