org.proteinshader.structure.exceptions
Class MissingHetNameException

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

public class MissingHetNameException
extends Exception

Used to report that a heterogen name is missing.

See Also:
Serialized Form

Constructor Summary
MissingHetNameException()
          Sets the default message to "ERROR: A heterogen name is missing".
MissingHetNameException(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

MissingHetNameException

public MissingHetNameException()
Sets the default message to "ERROR: A heterogen name is missing". This message can be retrieved using getMessage().


MissingHetNameException

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

Parameters:
message - a description of the problem.


Copyright © 2007-2008