-
-
Methods in net.diversionmc.parser.util that throw ParserException
| Modifier and Type |
Method |
Description |
static void |
ParserException.ASSERT(boolean check,
java.lang.String elseMessage) |
Make sure a condition is met, else throw an exception with a given message.
|
static void |
ParserException.ASSERT(boolean check,
java.util.function.Supplier<FilePointer> ptr,
java.lang.String elseMessage) |
Make sure a condition is met, else throw an exception with a given message.
|
static void |
ParserException.ASSERT(boolean check,
FilePointer ptr,
java.lang.String elseMessage) |
Make sure a condition is met, else throw an exception with a given message.
|