Package gov.nasa.pds.tools.dict.type
Class InvalidTypeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- gov.nasa.pds.tools.LabelParserException
-
- gov.nasa.pds.tools.dict.type.InvalidTypeException
-
- All Implemented Interfaces:
Serializable
public class InvalidTypeException extends LabelParserException
- Version:
- $Revision$
- Author:
- pramirez, jagander
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class gov.nasa.pds.tools.LabelParserException
sourceFile, sourceURI
-
-
Constructor Summary
Constructors Constructor Description InvalidTypeException(Statement statement, String key, Object... values)
-
Method Summary
-
Methods inherited from class gov.nasa.pds.tools.LabelParserException
getArguments, getColumn, getKey, getLineNumber, getSourceFile, getSourceURI, getStatement, getType, toString
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
-