SalesPoint Framework v3.0

sale
Class DuplicateButtonIDError

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--sale.DuplicateButtonIDError

public class DuplicateButtonIDError
extends RuntimeException

Exception thrown by a FormSheet when trying to add a button with an ID that is already being used in the FormSheet.

Since:
v2.0
Version:
2.0 27/05/1999
Author:
Steffen Zschaler
See Also:
FormSheet, Serialized Form

Constructor Summary
DuplicateButtonIDError(String sMessage)
          Create a new DuplicateButtonIDError.
 
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

DuplicateButtonIDError

public DuplicateButtonIDError(String sMessage)
Create a new DuplicateButtonIDError.

SalesPoint Framework v3.0