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, toString
public TypeMismatch()
TypeMismatch
object.public TypeMismatch(String reason)
TypeMismatch
object.reason
- a String
giving more information
regarding the exception.Copyright © 2016 JBoss by Red Hat. All rights reserved.