public class OpenAbortedException
extends java.lang.RuntimeException
Editor.open() if opening the editor
should be aborted.| Constructor and Description |
|---|
OpenAbortedException() |
OpenAbortedException(java.lang.String msg) |
OpenAbortedException(java.lang.String msg,
java.lang.Throwable cause)
Creates an OpenAbortedException with a cause.
|
public OpenAbortedException()
public OpenAbortedException(java.lang.String msg)
public OpenAbortedException(java.lang.String msg,
java.lang.Throwable cause)
msg - the message.cause - the cause.