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
- See Also:
FormSheet
, Serialized Form- Source Code:
- DuplicateButtonIDError.java
DuplicateButtonIDError
public DuplicateButtonIDError(String sMessage)
- Create a new DuplicateButtonIDError.