org.dspace.content.crosswalk
Class MetadataValidationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.dspace.content.crosswalk.CrosswalkException
org.dspace.content.crosswalk.MetadataValidationException
- All Implemented Interfaces:
- Serializable
public class MetadataValidationException
- extends CrosswalkException
This indicates a problem with the input metadata (for submission) or
item state (dissemination). It is invalid or incomplete, or simply
unsuitable to be crosswalked.
- Version:
- $Revision: 3761 $
- Author:
- Larry Stone
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
MetadataValidationException
public MetadataValidationException()
MetadataValidationException
public MetadataValidationException(String arg0,
Throwable arg1)
MetadataValidationException
public MetadataValidationException(String arg0)
MetadataValidationException
public MetadataValidationException(Throwable arg0)
Copyright © 2010 The DSpace Foundation. All Rights Reserved.