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
public class BindingException extends RuntimeException
An unchecked exception indicating a binding problem.- Since:
- 1.0
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BindingException(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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
printStackTrace(PrintStream err)
void
printStackTrace(PrintWriter err)
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
BindingException
public BindingException(String message)
Creates a new BindingException with the given message.- Parameters:
message
-
-
-
Method Detail
-
printStackTrace
public void printStackTrace(PrintStream err)
- Overrides:
printStackTrace
in classThrowable
-
printStackTrace
public void printStackTrace(PrintWriter err)
- Overrides:
printStackTrace
in classThrowable
-
-