public class TextIdNotFoundException extends NotFoundException
| コンストラクタと説明 | 
|---|
| TextIdNotFoundException()Creates a new instance of  TextIdNotFoundExceptionwithout detail message. | 
| TextIdNotFoundException(java.lang.String msg)Constructs an instance of  TextIdNotFoundExceptionwith the specified detail message. | 
public TextIdNotFoundException()
TextIdNotFoundException without detail message.public TextIdNotFoundException(java.lang.String msg)
TextIdNotFoundException with the specified detail message.msg - the detail message.