|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||