|
Eclipse Platform Release 3.4 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.eclipse.core.databinding.BindingException
An unchecked exception indicating a binding problem.
Constructor Summary | |
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 | |
void |
printStackTrace(PrintStream err)
|
void |
printStackTrace(PrintWriter err)
|
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public BindingException(String message)
message
- public BindingException(String message, Throwable cause)
message
- cause
- Method Detail |
public void printStackTrace(PrintStream err)
public void printStackTrace(PrintWriter err)
|
Eclipse Platform Release 3.4 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Guidelines for using Eclipse APIs.
Copyright (c) Eclipse contributors and others 2000, 2008. All rights reserved.