public final class TypeMismatch extends UserException
| Constructor and Description |
|---|
TypeMismatch()
Constructs a
TypeMismatch object. |
TypeMismatch(String reason)
Constructs a
TypeMismatch object. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic TypeMismatch()
TypeMismatch object.public TypeMismatch(String reason)
TypeMismatch object.reason - a String giving more information
regarding the exception.Copyright © 2018 JBoss by Red Hat. All rights reserved.