public class TypeDefinitionMismatchException extends SeriousPoemException
Column unification if there is a contradiction
between two of the possible DefinitionSources.| Modifier and Type | Field and Description |
|---|---|
Column<?> |
column
Column in which problem occurred.
|
PoemType<?> |
newType
Type we are trying to assign.
|
DefinitionSource |
newTypeSource
Where the new type came from.
|
subException| Constructor and Description |
|---|
TypeDefinitionMismatchException(Column<?> column,
PoemType<?> newType,
DefinitionSource newTypeSource)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getMessage()
The detail message which may be null.
|
getCoreMessage, initCause, innermostException, printStackTrace, printStackTrace, printStackTraceaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, setStackTrace, toStringpublic Column<?> column
public PoemType<?> newType
public DefinitionSource newTypeSource
public TypeDefinitionMismatchException(Column<?> column, PoemType<?> newType, DefinitionSource newTypeSource)
public String getMessage()
PoemExceptiongetMessage in class PoemExceptionThrowable.getMessage()Copyright © 2000–2021 PanEris. All rights reserved.