org.proteinshader.structure.exceptions
Class MissingAtomTypeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.proteinshader.structure.exceptions.MissingAtomTypeException
All Implemented Interfaces:
Serializable

public class MissingAtomTypeException
extends Exception

Used to report that an Atom did not have a type specified.

See Also:
Serialized Form

Constructor Summary
MissingAtomTypeException()
          Sets the default message to "ERROR: An atom type cannot be null or unknown".
MissingAtomTypeException(String message)
          The message given this constructor can be retrieved using getMessage().
 
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
 

Constructor Detail

MissingAtomTypeException

public MissingAtomTypeException()
Sets the default message to "ERROR: An atom type cannot be null or unknown". This message can be retrieved using getMessage().


MissingAtomTypeException

public MissingAtomTypeException(String message)
The message given this constructor can be retrieved using getMessage().

Parameters:
message - a description of the problem.


Copyright © 2007-2008