Package org.eclipse.core.databinding
Class BindingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.eclipse.core.databinding.BindingException
- All Implemented Interfaces:
Serializable
An unchecked exception indicating a binding problem.
- Since:
- 1.0
- See Also:
-
Constructor Summary
ConstructorDescriptionBindingException
(String message) Creates a new BindingException with the given message.BindingException
(String message, Throwable cause) Creates a new BindingException with the given message and cause. -
Method Summary
Modifier and TypeMethodDescriptionvoid
void
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, setStackTrace, toString
-
Constructor Details
-
BindingException
Creates a new BindingException with the given message.- Parameters:
message
- the exceptions message
-
BindingException
Creates a new BindingException with the given message and cause.- Parameters:
message
- the exceptions messagecause
- the cause for this exception; might benull
-
-
Method Details
-
printStackTrace
- Overrides:
printStackTrace
in classThrowable
-
printStackTrace
- Overrides:
printStackTrace
in classThrowable
-