Package com.suncode.pwfl.util.exception
Class EmptyPropertyException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.suncode.pwfl.util.exception.EmptyPropertyException
- All Implemented Interfaces:
Serializable
Wyjątek występuję, gdy próbujemy zapisać obiekt w bazie danych, który nie ma zdefiniowanych wymaganych pól.
Pole property zawiera nazwę pola obiektu, które jest wymagane.
- Author:
- Paweł Rosolak 30 lip 2013
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionEmptyPropertyException
(String property) EmptyPropertyException
(String property, String msg) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
EmptyPropertyException
-
EmptyPropertyException
-