public class TagException
extends java.lang.Exception
Constructor and Description |
---|
TagException()
Creates a new TagException datatype.
|
TagException(java.lang.String msg)
Creates a new TagException datatype.
|
TagException(java.lang.String msg,
java.lang.Throwable ex)
Creates a new TagException datatype.
|
TagException(java.lang.Throwable ex)
Creates a new TagException datatype.
|
public TagException()
public TagException(java.lang.Throwable ex)
ex
- the cause.public TagException(java.lang.String msg)
msg
- the detail message.public TagException(java.lang.String msg, java.lang.Throwable ex)
msg
- the detail message.ex
- the cause.Copyright © 2005-2013 java.net. All Rights Reserved.