|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.biojava.bio.BioException
org.biojava.bio.structure.io.PDBParseException
public class PDBParseException
An exception during the parsing of a PDB file.
| Field Summary | |
|---|---|
static long |
serialVersionUID
|
| Constructor Summary | |
|---|---|
PDBParseException(String s)
Constructs a PDBParseException object. |
|
PDBParseException(String s,
Throwable t)
Constructs a PDBParseException object. |
|
PDBParseException(Throwable t)
Constructs a PDBParseException object. |
|
PDBParseException(Throwable t,
String s)
Deprecated. use new BioException(message, ex) instead |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final long serialVersionUID
| Constructor Detail |
|---|
public PDBParseException(String s)
s - a String ...
public PDBParseException(Throwable t,
String s)
t - a Throwable objects - a String ...
public PDBParseException(String s,
Throwable t)
t - a Throwable objects - a String ...public PDBParseException(Throwable t)
t - a Throwable object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||