public class AtomSanitizeException extends MolSanitizeException
Modifier | Constructor and Description |
---|---|
|
AtomSanitizeException(AtomSanitizeException other) |
protected |
AtomSanitizeException(long cPtr,
boolean cMemoryOwn) |
|
AtomSanitizeException(java.lang.String msg,
long atomIdx) |
Modifier and Type | Method and Description |
---|---|
MolSanitizeException |
copy() |
void |
delete() |
static AtomSanitizeException |
dynamic_cast(MolSanitizeException mse) |
protected void |
finalize() |
long |
getAtomIdx() |
protected static long |
getCPtr(AtomSanitizeException obj) |
java.lang.String |
getType() |
getCPtr, message
protected AtomSanitizeException(long cPtr, boolean cMemoryOwn)
public AtomSanitizeException(java.lang.String msg, long atomIdx)
public AtomSanitizeException(AtomSanitizeException other)
protected static long getCPtr(AtomSanitizeException obj)
protected void finalize()
finalize
in class MolSanitizeException
public void delete()
delete
in class MolSanitizeException
public long getAtomIdx()
public MolSanitizeException copy()
copy
in class MolSanitizeException
public java.lang.String getType()
getType
in class MolSanitizeException
public static AtomSanitizeException dynamic_cast(MolSanitizeException mse)