Constructors Summary |
---|
public TagException()Creates a new TagException datatype.
|
public TagException(Throwable ex)Creates a new TagException datatype.
super(ex);
|
public TagException(String msg)Creates a new TagException datatype.
super(msg);
|
public TagException(String msg, Throwable ex)Creates a new TagException datatype.
super(msg, ex);
|