Package pl.poznan.put.pdb
Class PdbParsingException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- pl.poznan.put.pdb.PdbParsingException
-
- All Implemented Interfaces:
Serializable
public class PdbParsingException extends RuntimeException
When data in PDB files is inconsistent with the documented format.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PdbParsingException(String message)PdbParsingException(String message, Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-