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, toString
Copyright © 2015. All Rights Reserved.