Searched refs:FileFormatException (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/demo/applets/WireFrame/
H A DThreeD.java53 class FileFormatException extends Exception { class in inherits:Exception
55 public FileFormatException(String s) { method in class:FileFormatException
80 Model3D(InputStream is) throws IOException, FileFormatException {
147 throw new FileFormatException(st.toString());

Completed in 36 milliseconds