SalesPoint Framework v3.0

data
Class NotEditableException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--data.NotEditableException

public class NotEditableException
extends RuntimeException

Exception thrown when an attempt is made to edit an item that was not retrieved for editing.

Since:
v2.0
Version:
2.0 18/08/1999
Author:
Steffen Zschaler
See Also:
Serialized Form

Constructor Summary
NotEditableException()
          Create a new NotEditableException.
NotEditableException(String sDetail)
          Create a new NotEditableException with a detail message.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NotEditableException

public NotEditableException()
Create a new NotEditableException.

NotEditableException

public NotEditableException(String sDetail)
Create a new NotEditableException with a detail message.
Parameters:
sDetail - the detail message.

SalesPoint Framework v3.0