Uses of Class
com.github.croesch.micro_debug.error.FileFormatException

Packages that use FileFormatException
com.github.croesch.micro_debug.commons   
com.github.croesch.micro_debug.error   
 

Uses of FileFormatException in com.github.croesch.micro_debug.commons
 

Methods in com.github.croesch.micro_debug.commons that throw FileFormatException
static void Utils.checkMagicNumber(java.io.InputStream in, int magic)
          Reads the first four bytes of the given InputStream and throws an exception if they aren't equal to the expected magic number.
 

Uses of FileFormatException in com.github.croesch.micro_debug.error
 

Subclasses of FileFormatException in com.github.croesch.micro_debug.error
 class MacroFileFormatException
          Signals that a macro file has not the correct.
 class MicroFileFormatException
          Signals that a micro file has not the correct.
 



Copyright © 2012. All Rights Reserved.