public class TagNotFoundException extends TagException
InvalidTagException
. Each tag has an
ID string or some way saying that it simply exists. If this string is
missing, TagNotFoundException
is thrown. If the ID string
exists, then any other error while reading throws an
InvalidTagException
.Constructor and Description |
---|
TagNotFoundException()
Creates a new TagNotFoundException datatype.
|
TagNotFoundException(String msg)
Creates a new TagNotFoundException datatype.
|
TagNotFoundException(String msg,
Throwable ex)
Creates a new TagNotFoundException datatype.
|
TagNotFoundException(Throwable ex)
Creates a new TagNotFoundException datatype.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public TagNotFoundException()
public TagNotFoundException(Throwable ex)
ex
- the cause.public TagNotFoundException(String msg)
msg
- the detail message.Copyright © 2005–2020 jthink.net. All rights reserved.