The Octet Molecular Representation Framework v0.8.2

net.sf.octet.error
Class NoSuchAtomPairException

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

public class NoSuchAtomPairException
extends java.lang.RuntimeException

Thrown when an exceptional AtomPair condition occurs. For example, attempting to access a nonexistant AtomPair of an AtomPairCollection will throw this exception.

Author:
Richard Apodaca
See Also:
Serialized Form

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

NoSuchAtomPairException

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


NoSuchAtomPairException

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

Parameters:
message - the message

NoSuchAtomPairException

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

Parameters:
cause - the cause

NoSuchAtomPairException

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

Parameters:
message - the message
cause - the cause

The Octet Molecular Representation Framework v0.8.2