org.simtk.molecularstructure
Class InsufficientAtomsException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.simtk.molecularstructure.InsufficientAtomsException
All Implemented Interfaces:
java.io.Serializable

public class InsufficientAtomsException
extends java.lang.Exception

See Also:
Serialized Form

Constructor Summary
InsufficientAtomsException()
           
InsufficientAtomsException(java.lang.String message)
           
InsufficientAtomsException(java.lang.String message, java.lang.Throwable cause)
           
InsufficientAtomsException(java.lang.Throwable cause)
           
 
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

InsufficientAtomsException

public InsufficientAtomsException()

InsufficientAtomsException

public InsufficientAtomsException(java.lang.String message)

InsufficientAtomsException

public InsufficientAtomsException(java.lang.String message,
                                  java.lang.Throwable cause)

InsufficientAtomsException

public InsufficientAtomsException(java.lang.Throwable cause)