Class ValueFormatException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
cl.obcom.desktopfx.layout.ValueFormatException
- All Implemented Interfaces:
Serializable
Thrown when a
LayoutField is assigned or retrieves a string value
with an invalid format.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructs a newValueFormatExceptioninstance.ValueFormatException(String message) Constructs a newValueFormatExceptionwith amessage.ValueFormatException(String message, Throwable cause) Constructs a newValueFormatExceptionwith amessageandcause.ValueFormatException(Throwable cause) Constructs a newValueFormatExceptionwith acause. -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ValueFormatException
public ValueFormatException()Constructs a newValueFormatExceptioninstance. -
ValueFormatException
Constructs a newValueFormatExceptionwith amessage.- Parameters:
message- the detail message.
-
ValueFormatException
Constructs a newValueFormatExceptionwith acause.- Parameters:
cause- the cause of this exception.
-
ValueFormatException
-