Package gov.nasa.pds.tools.dict.parser
Class MalformedDefinitionException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- gov.nasa.pds.tools.dict.parser.MalformedDefinitionException
-
- All Implemented Interfaces:
Serializable
public class MalformedDefinitionException extends Exception
This excpetion will be thrown if the definition does not follow as defined in the PDS Data dictionary document.- Version:
- $Revision$
- Author:
- pramirez, jagander
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MalformedDefinitionException(String message)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
MalformedDefinitionException
public MalformedDefinitionException(String message)
-
-