public class IllegalListTypeException extends DatabindingFailedException
IllegalListTypeException
is thrown by an IndexSegmentConverter
when the domain
model feature of a VIndexDomainModelReferenceSegment
referencing a list is not of the type EReference
.Constructor and Description |
---|
IllegalListTypeException(String message)
Creates a new
IllegalListTypeException with the given message. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public IllegalListTypeException(String message)
IllegalListTypeException
with the given message.message
- The message text of the exceptionCopyright © 2019. All rights reserved.