public class MetadataImportInvalidHeadingException
extends java.lang.Exception
| Modifier and Type | Field and Description |
|---|---|
static int |
ELEMENT
Error with the element
|
static int |
ENTRY
Error with the whole entry
|
static int |
MISSING
Error with a missing header
|
static int |
SCHEMA
Error with the schema
|
| Constructor and Description |
|---|
MetadataImportInvalidHeadingException(java.lang.String message,
int theType,
int theColumn)
Instantiate a new MetadataImportInvalidHeadingException
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getBadHeader()
Get the heading that was invalid
|
int |
getColumn()
Get the column number that was invalid
|
java.lang.String |
getMessage()
Get the exception message
|
java.lang.String |
getType()
Get the type of the exception
|
public static final int SCHEMA
public static final int ELEMENT
public static final int MISSING
public static final int ENTRY
public MetadataImportInvalidHeadingException(java.lang.String message,
int theType,
int theColumn)
message - the error messagetheType - the type of the errorpublic java.lang.String getType()
public java.lang.String getBadHeader()
public int getColumn()
public java.lang.String getMessage()
getMessage in class java.lang.ThrowableCopyright © 2013 DuraSpace. All Rights Reserved.