|
The Octet Molecular Representation Framework v0.8.2 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.sf.octet.error.NoSuchAtomPairException
Thrown when an exceptional AtomPair condition occurs.
For example, attempting to access a nonexistant AtomPair of
an AtomPairCollection will throw this exception.
| 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 |
public NoSuchAtomPairException()
NoSuchAtomPairException.
public NoSuchAtomPairException(java.lang.String message)
NoSuchAtomPairException with the
indicated String.
message - the messagepublic NoSuchAtomPairException(java.lang.Throwable cause)
NoSuchAtomPairException with the
indicated Throwable.
cause - the cause
public NoSuchAtomPairException(java.lang.String message,
java.lang.Throwable cause)
NoSuchAtomPairException with the
indicated String and Throwable.
message - the messagecause - the cause
|
The Octet Molecular Representation Framework v0.8.2 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||