public class UnknownPropertyException extends ValidationException
| Constructor and Description |
|---|
UnknownPropertyException()
Create a new UnknownPropertyException instance.
|
UnknownPropertyException(String message)
Create a new UnknownPropertyException instance.
|
UnknownPropertyException(String message,
Throwable cause)
Create a new UnknownPropertyException instance.
|
UnknownPropertyException(Throwable cause)
Create a new UnknownPropertyException instance.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic UnknownPropertyException(String message)
message - public UnknownPropertyException()
public UnknownPropertyException(String message, Throwable cause)
message - cause - public UnknownPropertyException(Throwable cause)
cause - Copyright © 2010–2024 The Apache Software Foundation. All rights reserved.