Class InvalidSystemMetadata
java.lang.Object
java.lang.Throwable
java.lang.Exception
edu.ucsb.nceas.metacat.systemmetadata.InvalidSystemMetadata
- All Implemented Interfaces:
Serializable
An exception class indicate the given system metadata is invalid.
- Author:
- tao
- See Also:
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InvalidSystemMetadata
Constructor with the error message- Parameters:
error
-
-