tweed.system
Class FunctionalException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--tweed.system.FunctionalException
All Implemented Interfaces:
java.io.Serializable

public class FunctionalException
extends java.lang.Exception

A base class for exceptions which represent analysis error cases.

Version:
$Id$
Author:
Laurent Caillette
See Also:
Serialized Form

Constructor Summary
FunctionalException(java.lang.String 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

FunctionalException

public FunctionalException(java.lang.String message)


Copyright © 2003 Laurent Caillette. All Rights Reserved.