public class TextException extends RuntimeException
| Constructor and Description |
|---|
TextException(Exception e)
Construct with a cause.
|
TextException(String msg)
Construct with an error message.
|
TextException(String msg,
Exception e)
Construct with a message and cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic TextException(String msg)
public TextException(String msg, Exception e)
public TextException(Exception e)
Copyright © 2016. All rights reserved.