Package io.smallrye.common.constraint
Class Messages_$bundle
- java.lang.Object
-
- io.smallrye.common.constraint.Messages_$bundle
-
- All Implemented Interfaces:
Serializable
@Generated(value="org.jboss.logging.processor.generator.model.MessageBundleImplementor", date="2020-07-20T12:59:24+0000") public class Messages_$bundle extends Object implements Serializable
Warning this class consists of generated code.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static Messages_$bundleINSTANCEstatic io.smallrye.common.constraint.Messageslog
-
Constructor Summary
Constructors Modifier Constructor Description protectedMessages_$bundle()
-
Method Summary
-
-
-
Field Detail
-
INSTANCE
public static final Messages_$bundle INSTANCE
-
log
public static final io.smallrye.common.constraint.Messages log
-
-
Method Detail
-
readResolve
protected Object readResolve()
-
getLoggingLocale
protected Locale getLoggingLocale()
-
nullParam$str
protected String nullParam$str()
-
nullParam
public final IllegalArgumentException nullParam(String paramName)
-
paramLessThan$str
protected String paramLessThan$str()
-
paramLessThan
public final IllegalArgumentException paramLessThan(String name, long min)
-
paramLessThan
public final IllegalArgumentException paramLessThan(String name, double min)
-
paramLessThan
public final IllegalArgumentException paramLessThan(String name, Object min)
-
paramGreaterThan$str
protected String paramGreaterThan$str()
-
paramGreaterThan
public final IllegalArgumentException paramGreaterThan(String name, long max)
-
paramGreaterThan
public final IllegalArgumentException paramGreaterThan(String name, double max)
-
paramGreaterThan
public final IllegalArgumentException paramGreaterThan(String name, Object max)
-
arrayOffsetGreaterThanLength$str
protected String arrayOffsetGreaterThanLength$str()
-
arrayOffsetGreaterThanLength
public final ArrayIndexOutOfBoundsException arrayOffsetGreaterThanLength(int offs, int arrayLength)
-
arrayOffsetLengthGreaterThanLength$str
protected String arrayOffsetLengthGreaterThanLength$str()
-
arrayOffsetLengthGreaterThanLength
public final ArrayIndexOutOfBoundsException arrayOffsetLengthGreaterThanLength(int offs, int len, int arrayLength)
-
nullArrayParam$str
protected String nullArrayParam$str()
-
nullArrayParam
public final IllegalArgumentException nullArrayParam(int index, String name)
-
emptyParam$str
protected String emptyParam$str()
-
emptyParam
public final IllegalArgumentException emptyParam(String name)
-
unexpectedNullValue$str
protected String unexpectedNullValue$str()
-
unexpectedNullValue
public final String unexpectedNullValue()
-
expectedLockHold$str
protected String expectedLockHold$str()
-
expectedLockNotHold$str
protected String expectedLockNotHold$str()
-
expectedBoolean$str
protected String expectedBoolean$str()
-
expectedBoolean
public final String expectedBoolean(boolean expr)
-
unreachableCode$str
protected String unreachableCode$str()
-
unreachableCode
public final IllegalStateException unreachableCode()
-
impossibleSwitchCase$str
protected String impossibleSwitchCase$str()
-
impossibleSwitchCase
public final IllegalStateException impossibleSwitchCase(Object cond)
-
unsupported$str
protected String unsupported$str()
-
unsupported
public final UnsupportedOperationException unsupported(String methodName, String className)
-
-