public class UncheckedFormatterException
extends java.lang.RuntimeException
| Constructor and Description |
|---|
UncheckedFormatterException() |
UncheckedFormatterException(java.lang.String message) |
UncheckedFormatterException(java.lang.String message,
java.lang.Throwable cause) |
UncheckedFormatterException(java.lang.Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
static UncheckedFormatterException |
argumentAlreadyExist(java.lang.String arg) |
static UncheckedFormatterException |
invalidArgumentName(java.lang.Object argName) |
static UncheckedFormatterException |
invalidCharacterInParam(char c,
int idx) |
static UncheckedFormatterException |
invalidNumberOfArguments(int argsNum) |
static UncheckedFormatterException |
invalidStateException(AlephFormatter.State state) |
static UncheckedFormatterException |
ioExceptionReadingFromFile(java.lang.String strPath,
java.lang.Throwable t) |
public UncheckedFormatterException()
public UncheckedFormatterException(java.lang.String message)
public UncheckedFormatterException(java.lang.String message,
java.lang.Throwable cause)
public UncheckedFormatterException(java.lang.Throwable cause)
public static UncheckedFormatterException invalidNumberOfArguments(int argsNum)
public static UncheckedFormatterException argumentAlreadyExist(java.lang.String arg)
public static UncheckedFormatterException invalidCharacterInParam(char c, int idx)
public static UncheckedFormatterException ioExceptionReadingFromFile(java.lang.String strPath, java.lang.Throwable t)
public static UncheckedFormatterException invalidArgumentName(java.lang.Object argName)
public static UncheckedFormatterException invalidStateException(AlephFormatter.State state)