com.cc.framework.common
Class FrameworkException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.cc.framework.common.FrameworkException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
ConverterException, PermissionException, SyntaxException, TreeStructureException

public abstract class FrameworkException
extends java.lang.Exception

Base exception class for all exceptions of the common controls framework.

Since:
1.0
Version:
$Revision: 1.16 $
Author:
Harald Schulz
See Also:
Serialized Form

Field Summary
private static long serialVersionUID
          Serial Version UID
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
FrameworkException()
          Constructor for FrameworkException
FrameworkException(java.lang.String message)
          Constructor for FrameworkException
FrameworkException(java.lang.String message, java.lang.Throwable cause)
          Constructor for FrameworkException
FrameworkException(java.lang.Throwable cause)
          Constructor for FrameworkException
 
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
 

Field Detail

serialVersionUID

private static final long serialVersionUID
Serial Version UID

See Also:
Constant Field Values
Constructor Detail

FrameworkException

public FrameworkException()
Constructor for FrameworkException


FrameworkException

public FrameworkException(java.lang.String message)
Constructor for FrameworkException

Parameters:
message - the detail message for this exception.

FrameworkException

public FrameworkException(java.lang.Throwable cause)
Constructor for FrameworkException

Parameters:
cause - the root cause of the exception

FrameworkException

public FrameworkException(java.lang.String message,
                          java.lang.Throwable cause)
Constructor for FrameworkException

Parameters:
message - the detail message for this exception.
cause - the root cause of the exception


Copyright © 2000-2005 SCC Informationssysteme GmbH. All Rights Reserved.