|
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.NoSuchAtomicSymbolException
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.
| 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 |
public NoSuchAtomicSymbolException()
NoSuchAtomicSymbolException.
public NoSuchAtomicSymbolException(java.lang.String message)
NoSuchAtomicSymbolException with the
indicated String.
message - the messagepublic NoSuchAtomicSymbolException(java.lang.Throwable cause)
NoSuchAtomicSymbolException with the
indicated Throwable.
cause - the cause
public NoSuchAtomicSymbolException(java.lang.String message,
java.lang.Throwable cause)
NoSuchAtomicSymbolException 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 | |||||||||