net.sf.cscc
Class CsccException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--net.sf.cscc.CsccException

public class CsccException
extends java.lang.RuntimeException

This class represents an exception which could be thrown by the CSCC.

Author
Silvio Meier (SM)

Copyright
Silvio Meier, Tobias Reinhard, 2003

History
2003-06-04 SM First Version
2006-11-02 SM Comments revised.

Version
$Date: 2007/07/02 21:26:17 $, $Author: reode_orm $, $Revision: 1.2 $

See Also
Serialized Form

Constructor Summary
CsccException()
          Creates the exception without message.
CsccException(java.lang.String message)
          Creates the exception with a given message.
 
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

CsccException

public CsccException()
Creates the exception without message.
Pre
true
Post
true


CsccException

public CsccException(java.lang.String message)
Creates the exception with a given message.
Pre
true
Post
true
Parameters:
message - A message provided by this exception.



Copyright © 2003, Silvio Meier and Tobias Reinhard. All Rights Reserved.