Package gov.nasa.pds.tools.label
Class MissingLabelSchemaException
java.lang.Object
java.lang.Throwable
java.lang.Exception
gov.nasa.pds.tools.label.MissingLabelSchemaException
- All Implemented Interfaces:
Serializable
public class MissingLabelSchemaException extends Exception
Exception class to indicate that a given PDS4 label is missing
the xsi:schemaLocation attribute.
- Author:
- mcayanan
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description MissingLabelSchemaException(String msg)
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
MissingLabelSchemaException
-