com.rubecula.darwin.domain.helper
Class DarwinException

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

public class DarwinException
extends java.lang.RuntimeException

This application-independent exception class is used to track runtime exceptions which may occur in the Darwin classes.

Version:
$Revision: 1.6 $
Author:
Robin Hillyard
See Also:
Serialized Form

Constructor Summary
DarwinException(java.lang.String arg0)
           
DarwinException(java.lang.String arg0, java.lang.Throwable arg1)
           
 
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

DarwinException

public DarwinException(java.lang.String arg0)
Parameters:
arg0 -

DarwinException

public DarwinException(java.lang.String arg0,
                       java.lang.Throwable arg1)
Parameters:
arg0 -
arg1 -


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