Package one.microstream.entity.codegen
Class EntityExceptionInvalidEntityMethod
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
one.microstream.exceptions.BaseException
one.microstream.entity.EntityException
one.microstream.entity.codegen.EntityExceptionInvalidEntityMethod
- All Implemented Interfaces:
 Serializable
public class EntityExceptionInvalidEntityMethod extends EntityException
- See Also:
 - Serialized Form
 
- 
Constructor Summary
Constructors Constructor Description EntityExceptionInvalidEntityMethod(ExecutableElement method) - 
Method Summary
Modifier and Type Method Description StringassembleDetailString()ExecutableElementmethod()Methods inherited from class one.microstream.exceptions.BaseException
assembleExplicitMessageAddon, assembleOutputString, getMessage, messageMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
- 
Constructor Details
 - 
Method Details
- 
method
 - 
assembleDetailString
- Overrides:
 assembleDetailStringin classBaseException
 
 -