de.goerntkai.scot.app.misc
Class SCoTException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byde.goerntkai.scot.app.misc.SCoTException
All Implemented Interfaces:
java.io.Serializable

public class SCoTException
extends java.lang.Exception

Whenever there is an exception specific to SCoT, this one is thrown.

Version:
$Id: SCoTException.java,v 1.3 2005/05/05 21:29:24 GoerntKai Exp $
Author:
Kai Görnt
See Also:
Serialized Form

Constructor Summary
SCoTException()
          Constructor inherited from java.lang.Exception.
SCoTException(java.lang.String message)
          Constructor inherited from java.lang.Exception.
SCoTException(java.lang.String message, java.lang.Throwable cause)
          Constructor inherited from java.lang.Exception.
SCoTException(java.lang.Throwable cause)
          Constructor inherited from java.lang.Exception.
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SCoTException

public SCoTException()
Constructor inherited from java.lang.Exception.

See Also:
Exception

SCoTException

public SCoTException(java.lang.String message)
Constructor inherited from java.lang.Exception.

Parameters:
message -
See Also:
Exception

SCoTException

public SCoTException(java.lang.String message,
                     java.lang.Throwable cause)
Constructor inherited from java.lang.Exception.

Parameters:
message -
cause -
See Also:
Exception

SCoTException

public SCoTException(java.lang.Throwable cause)
Constructor inherited from java.lang.Exception.

Parameters:
cause -
See Also:
Exception


© 2004 by Kai Görnt