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