org.roscopeco.janno.core
Class CoreException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.roscopeco.janno.core.CoreException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
FatalStartupException

public class CoreException
extends RuntimeException

Base class for exceptions thrown by the core.

Version:
$Revision: 1.1 $ $Date: 2005/06/28 02:26:10 $
Author:
Ross Bamford (rosco<at>roscopeco.co.uk)
See Also:
Serialized Form

Constructor Summary
CoreException()
           
CoreException(String message)
           
CoreException(String message, Throwable cause)
           
CoreException(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

CoreException

public CoreException()

CoreException

public CoreException(String message)

CoreException

public CoreException(String message,
                     Throwable cause)

CoreException

public CoreException(Throwable cause)


Copyright © 2005 Roscopeco Open Technologies. All Rights Reserved.