public class BindingException
extends java.lang.RuntimeException
| Constructor and Description |
|---|
BindingException(java.lang.String message)
Creates a new BindingException with the given message.
|
BindingException(java.lang.String message,
java.lang.Throwable cause)
Creates a new BindingException with the given message and cause.
|
| Modifier and Type | Method and Description |
|---|---|
void |
printStackTrace(java.io.PrintStream err) |
void |
printStackTrace(java.io.PrintWriter err) |
public BindingException(java.lang.String message)
message - public BindingException(java.lang.String message,
java.lang.Throwable cause)
message - cause -
Copyright (c) 2000, 2018 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.