org.proteinshader.structure.exceptions
Class MissingAATypeException

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

public class MissingAATypeException
extends Exception

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

See Also:
Serialized Form

Constructor Summary
MissingAATypeException()
          Sets the default message to "ERROR: An amino acid must have a type specifed".
MissingAATypeException(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

MissingAATypeException

public MissingAATypeException()
Sets the default message to "ERROR: An amino acid must have a type specifed". This message can be retrieved using getMessage().


MissingAATypeException

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

Parameters:
message - a description of the problem.


Copyright © 2007-2008