public class InvalidDataTypeException extends InvalidTagException
Constructor and Description |
---|
InvalidDataTypeException()
Creates a new InvalidDataTypeException datatype.
|
InvalidDataTypeException(String msg)
Creates a new InvalidDataTypeException datatype.
|
InvalidDataTypeException(String msg,
Throwable ex)
Creates a new InvalidDataTypeException datatype.
|
InvalidDataTypeException(Throwable ex)
Creates a new InvalidDataTypeException datatype.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public InvalidDataTypeException()
public InvalidDataTypeException(Throwable ex)
ex
- the cause.public InvalidDataTypeException(String msg)
msg
- the detail message.Copyright © 2005–2020 jthink.net. All rights reserved.