Class MessageDescriptorFormatException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- jakarta.validation.ValidationException
-
- org.hibernate.validator.internal.engine.messageinterpolation.parser.MessageDescriptorFormatException
-
- All Implemented Interfaces:
Serializable
public class MessageDescriptorFormatException extends ValidationException
Exception thrown in case the message descriptor is invalid, for example unbalanced braces or escape characters- Author:
- Hardy Ferentschik
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MessageDescriptorFormatException(String s)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
MessageDescriptorFormatException
public MessageDescriptorFormatException(String s)
-
-