public final class InvalidValue extends UserException
InvalidValue
exception if the value inserted is not consistent with the type
of the accessed component in the DynAny
object.Constructor and Description |
---|
InvalidValue()
Constructs an
InvalidValue object. |
InvalidValue(String reason)
Constructs an
InvalidValue object. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public InvalidValue()
InvalidValue
object.public InvalidValue(String reason)
InvalidValue
object.reason
- a String
giving more information
regarding the exception.Copyright © 2016 JBoss by Red Hat. All rights reserved.