|
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.NoSuchProxyException
Thrown when an expected proxy can not be found. This will typically occur in the
context of a RepresentationBuilder, referring to an unknown
AtomProxy, BondingSystemProxy, or GammaSequenceProxy
.
| Constructor Summary | |
NoSuchProxyException()
Constructs a fully functional NoSuchProxyException containing
a blank message. |
|
NoSuchProxyException(java.lang.String message)
Constructs a fully functional NoSuchProxyException containing
the specified message. |
|
NoSuchProxyException(java.lang.String message,
java.lang.Throwable cause)
Constructs a fully functional NoSuchProxyException with
the specified message and wrapping the specified Throwable. |
|
NoSuchProxyException(java.lang.Throwable cause)
Constructs a fully functional NoSuchProxyException by wrapping
the specified 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 NoSuchProxyException()
NoSuchProxyException containing
a blank message.
public NoSuchProxyException(java.lang.String message)
NoSuchProxyException containing
the specified message.
message - the message to be usedpublic NoSuchProxyException(java.lang.Throwable cause)
NoSuchProxyException by wrapping
the specified Throwable. This is useful for exception chaining.
cause - the cause for this NoSuchAtomException to be thrown
public NoSuchProxyException(java.lang.String message,
java.lang.Throwable cause)
NoSuchProxyException with
the specified message and wrapping the specified Throwable.
This is useful in exception chaining.
message - the message to be usedcause - the cause for this NoSuchAtomException to be thrown
|
The Octet Molecular Representation Framework v0.8.2 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||