public class MissingFieldTypeException
extends java.lang.Exception
| Constructor and Description |
|---|
MissingFieldTypeException(java.lang.String message)
Constructor for MissingFieldTypeException.
|
MissingFieldTypeException(java.lang.String tableName,
java.lang.String fieldName)
Constructor for MissingFieldTypeException.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getMessage() |
public MissingFieldTypeException(java.lang.String message)
message - Exception message providing the details about the exception.public MissingFieldTypeException(java.lang.String tableName,
java.lang.String fieldName)
tableName - Structure name where the filed type is missing.fieldName - Field name whose type is not availablee.Copyright © 2017 Unvired Inc. All Rights Reserved.