|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.jmol.smiles.InvalidSmilesException
public class InvalidSmilesException
Exception thrown for invalid SMILES String
Constructor Summary | |
---|---|
InvalidSmilesException()
Constructs a InvalideSmilesException without any detail. |
|
InvalidSmilesException(java.lang.String message)
Constructs a InvalidSmilesException with a detail message. |
|
InvalidSmilesException(java.lang.String message,
java.lang.Throwable cause)
Construcst a InvalidSmilesException with the specified detail
message and cause. |
|
InvalidSmilesException(java.lang.Throwable cause)
Contructs a InvalidSmilesException with the specified cause and
a detail message of (cause == null ? null : cause.toString())
(which typically contains the class and detail message of cause). |
Method Summary |
---|
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 InvalidSmilesException()
InvalideSmilesException
without any detail.
public InvalidSmilesException(java.lang.String message)
InvalidSmilesException
with a detail message.
message
- The detail message.public InvalidSmilesException(java.lang.Throwable cause)
InvalidSmilesException
with the specified cause and
a detail message of (cause == null ? null : cause.toString())
(which typically contains the class and detail message of cause).
cause
- The cause.public InvalidSmilesException(java.lang.String message, java.lang.Throwable cause)
InvalidSmilesException
with the specified detail
message and cause.
message
- The detail message.cause
- The cause.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |