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
public TextException(String msg)
public TextException(String msg, Exception e)
public TextException(Exception e)
Copyright © 2018. All rights reserved.