public class TextFormatException extends RuntimeException
Constructor and Description |
---|
TextFormatException(String message)
Creates a new instance.
|
TextFormatException(String message,
Throwable cause)
Creates a new instance.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public TextFormatException(String message)
message
- the exception messageCopyright © 2011–2019 Asakusa Framework Team. All rights reserved.