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(java.lang.String msg)
Creates a new TagNotFoundException datatype.
|
TagNotFoundException(java.lang.String msg,
java.lang.Throwable ex)
Creates a new TagNotFoundException datatype.
|
TagNotFoundException(java.lang.Throwable ex)
Creates a new TagNotFoundException datatype.
|
public TagNotFoundException()
public TagNotFoundException(java.lang.Throwable ex)
ex
- the cause.public TagNotFoundException(java.lang.String msg)
msg
- the detail message.public TagNotFoundException(java.lang.String msg, java.lang.Throwable ex)
msg
- the detail message.ex
- the cause.Copyright © 2005-2013 java.net. All Rights Reserved.