com.rubecula.darwin.domain.helper
Class GeneticsException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.rubecula.darwin.domain.helper.GeneticsException
All Implemented Interfaces:
java.io.Serializable

public class GeneticsException
extends java.lang.Exception

Author:
Robin Hillyard
See Also:
Serialized Form

Constructor Summary
GeneticsException(java.lang.String message)
           
GeneticsException(java.lang.String message, java.lang.Throwable cause)
           
GeneticsException(java.lang.Throwable 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

GeneticsException

public GeneticsException(java.lang.String message)
Parameters:
message -

GeneticsException

public GeneticsException(java.lang.String message,
                         java.lang.Throwable cause)
Parameters:
message -
cause -

GeneticsException

public GeneticsException(java.lang.Throwable cause)
Parameters:
cause -


Copyright © 2010 Rubecula Software, LLC. All Rights Reserved.