edu.iastate.anthill.indus.iterator.pdb
Class PDBException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byedu.iastate.anthill.indus.iterator.pdb.PDBException
All Implemented Interfaces:
java.io.Serializable

public class PDBException
extends java.lang.Exception

Title: PDBViewer

Description: A viewer for PDB protein database

Copyright: Copyright (c) 2003

Company: Iowa State University

Version:
2003-10-29
Author:
Jie Bao
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.lang.Exception
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
PDBException(java.lang.String str)
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PDBException

public PDBException(java.lang.String str)
Method Detail

toString

public java.lang.String toString()