com.cc.framework.common
Class NotInEditModeException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended bycom.cc.framework.common.NotInEditModeException
All Implemented Interfaces:
java.io.Serializable

public class NotInEditModeException
extends java.lang.RuntimeException

This exception is thrown by business objects if the object is not in edit mode but someone wants to change the internal state.

Since:
1.0
Version:
$Revision: 1.13 $
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
NotInEditModeException()
          Constructor for NotInEditModeException
NotInEditModeException(java.lang.String message)
          Constructor for NotInEditModeException
 
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

NotInEditModeException

public NotInEditModeException()
Constructor for NotInEditModeException


NotInEditModeException

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

Parameters:
message - the detail message for this exception.


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