public class RecordFormatException extends RuntimeException
| Constructor and Description |
|---|
RecordFormatException(String exception) |
RecordFormatException(String exception,
Throwable thr) |
RecordFormatException(Throwable thr) |
| Modifier and Type | Method and Description |
|---|---|
static void |
check(boolean assertTrue,
String message)
Syntactic sugar to check whether a RecordFormatException should
be thrown.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic RecordFormatException(String exception)
public RecordFormatException(Throwable thr)
public static void check(boolean assertTrue,
String message)
false, this will throw this
exception with the message.assertTrue - If false, the exception is thrown, if true, no action is performedmessage - The message to include in the thrown exceptionCopyright © 2010 - 2020 Adobe. All Rights Reserved