com.daylight.exception
Class DaylightException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.daylight.exception.DaylightException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
InvalidLicenseException, InvalidReactionException, InvalidSmartsException, InvalidSmilesException, InvalidTypeException, MoleculeModifiableException, MoleculeNotModifiableException, SmilesGenerationException, UnimplementedException

public class DaylightException
extends java.lang.Exception

Daylight Exception

See Also:
Serialized Form

Method Summary
 java.lang.String getFunction()
           
 
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
 

Method Detail

getFunction

public java.lang.String getFunction()