org.salespointframework.core.exceptions
Class DuplicateButtonIDError

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.salespointframework.core.exceptions.DuplicateButtonIDError
All Implemented Interfaces:
java.io.Serializable

public class DuplicateButtonIDError
extends java.lang.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(java.lang.String sMessage)
          Create a new DuplicateButtonIDError.
 
Method Summary
 
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

DuplicateButtonIDError

public DuplicateButtonIDError(java.lang.String sMessage)
Create a new DuplicateButtonIDError.