public class NameFormatException extends MolFormatException
| Modifier and Type | Class and Description |
|---|---|
static class |
NameFormatException.FilteredCase
Exception signaling that the given input name should not be converted.
|
| Constructor and Description |
|---|
NameFormatException(String message) |
NameFormatException(String message,
String prefix) |
NameFormatException(String message,
Throwable cause) |
NameFormatException(Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
Throwable |
fillInStackTrace() |
String |
getPrefix()
The part of the input name that was recognized, or null.
|
getFinalCause, getLineNumberInFile, getLineNumberInRecord, setLineNumberInFile, setLineNumberInRecordaddSuppressed, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic NameFormatException(String message)
public NameFormatException(Throwable cause)
public String getPrefix()
public Throwable fillInStackTrace()
fillInStackTrace in class Throwable