@PublicAPI 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(java.lang.String message) |
NameFormatException(java.lang.String message,
java.lang.String prefix) |
NameFormatException(java.lang.String message,
java.lang.Throwable cause) |
NameFormatException(java.lang.Throwable cause) |
Modifier and Type | Method and Description |
---|---|
java.lang.Throwable |
fillInStackTrace() |
java.lang.String |
getPrefix()
The part of the input name that was recognized, or null.
|
getFinalCause, getLineNumberInFile, getLineNumberInRecord, setLineNumberInFile, setLineNumberInRecord
public NameFormatException(java.lang.String message)
public NameFormatException(java.lang.Throwable cause)
public NameFormatException(java.lang.String message, java.lang.Throwable cause)
public NameFormatException(java.lang.String message, java.lang.String prefix)