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, toStringCopyright © 2014. All Rights Reserved.