|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.dspace.app.bulkedit.MetadataImportInvalidHeadingException
public class MetadataImportInvalidHeadingException
Metadata importer exception
| Field Summary | |
|---|---|
static int |
ELEMENT
Error with the element |
static int |
SCHEMA
Error with the schema |
| Constructor Summary | |
|---|---|
MetadataImportInvalidHeadingException(String message,
int theType)
Instantiate a new MetadataImportInvalidHeadingException |
|
| Method Summary | |
|---|---|
String |
getBadHeader()
Get the heading that was invalid |
String |
getMessage()
Get the exception message |
String |
getType()
Get the type of the exception |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final int SCHEMA
public static final int ELEMENT
| Constructor Detail |
|---|
public MetadataImportInvalidHeadingException(String message,
int theType)
message - the error messagetheType - the type of the error| Method Detail |
|---|
public String getType()
public String getBadHeader()
public String getMessage()
getMessage in class Throwable
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||