The Octet Molecular Representation Framework v0.8.2

net.sf.octet.error
Class NoSuchAtomicSymbolException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended bynet.sf.octet.error.NoSuchAtomicSymbolException
All Implemented Interfaces:
java.io.Serializable

public class NoSuchAtomicSymbolException
extends java.lang.RuntimeException

Thrown when an exceptional AtomicSystem condition occurs. For example, attempting to access the AtomicSymbol of an atom with a negative atomic number should throw this exception.

Author:
Richard Apodaca
See Also:
Serialized Form

Constructor Summary
NoSuchAtomicSymbolException()
          Constructs a fully functional and blank NoSuchAtomicSymbolException.
NoSuchAtomicSymbolException(java.lang.String message)
          Constructs a fully functional NoSuchAtomicSymbolException with the indicated String.
NoSuchAtomicSymbolException(java.lang.String message, java.lang.Throwable cause)
          Constructs a fully functional NoSuchAtomicSymbolException with the indicated String and Throwable.
NoSuchAtomicSymbolException(java.lang.Throwable cause)
          Constructs a fully functional NoSuchAtomicSymbolException with the indicated Throwable.
 
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

NoSuchAtomicSymbolException

public NoSuchAtomicSymbolException()
Constructs a fully functional and blank NoSuchAtomicSymbolException.


NoSuchAtomicSymbolException

public NoSuchAtomicSymbolException(java.lang.String message)
Constructs a fully functional NoSuchAtomicSymbolException with the indicated String.

Parameters:
message - the message

NoSuchAtomicSymbolException

public NoSuchAtomicSymbolException(java.lang.Throwable cause)
Constructs a fully functional NoSuchAtomicSymbolException with the indicated Throwable.

Parameters:
cause - the cause

NoSuchAtomicSymbolException

public NoSuchAtomicSymbolException(java.lang.String message,
                                   java.lang.Throwable cause)
Constructs a fully functional NoSuchAtomicSymbolException with the indicated String and Throwable.

Parameters:
message - the message
cause - the cause

The Octet Molecular Representation Framework v0.8.2