Eclipse Platform
Release 3.3

org.eclipse.core.databinding
Class BindingException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byorg.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
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

BindingException

public BindingException(String message)
Creates a new BindingException with the given message.

Parameters:
message -

BindingException

public BindingException(String message,
                        Throwable cause)
Creates a new BindingException with the given message and cause.

Parameters:
message -
cause -
Method Detail

printStackTrace

public void printStackTrace(PrintStream err)

printStackTrace

public void printStackTrace(PrintWriter err)

Eclipse Platform
Release 3.3

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp. and others 2000, 2007. All rights reserved.