2
0
Jakob Herrmann 2e9a71a18d * Implemented recognition of SingleTypeImportDecl (tested).
* InvalidClassNameException is thrown if class/package in ImportDecl is
not known.
2017-02-22 21:25:57 +01:00

5 lines
96 B
Java

package de.dhbwstuttgart.parser;
public class InvalidClassNameException extends Exception{
}