@Generated(value="org.jboss.logging.processor.generator.model.MessageBundleImplementor", date="2019-02-13T15:37:44+0000") public class JpaMessages_$bundle extends Object implements JpaMessages, Serializable
Modifier and Type | Field and Description |
---|---|
static JpaMessages_$bundle |
INSTANCE |
MESSAGES
Modifier | Constructor and Description |
---|---|
protected |
JpaMessages_$bundle() |
Modifier and Type | Method and Description |
---|---|
IllegalArgumentException |
cannotChangeInputStream()
Creates an exception indicating the input stream reference cannot be changed.
|
protected String |
cannotChangeInputStream$str() |
IllegalArgumentException |
emptyParameter(String parameterName)
Creates an exception indicating the parameter, likely a collection, is empty.
|
protected String |
emptyParameter$str() |
RuntimeException |
missingPersistenceUnitMetadata()
Creates an exception indicating the persistence unit metadata likely because thread local was not set.
|
protected String |
missingPersistenceUnitMetadata$str() |
RuntimeException |
notYetImplemented()
Creates an exception indicating the method is not yet implemented.
|
protected String |
notYetImplemented$str() |
IllegalArgumentException |
nullVar(String varName)
Creates an exception indicating the variable is
null . |
protected String |
nullVar$str() |
protected Object |
readResolve() |
public static final JpaMessages_$bundle INSTANCE
protected Object readResolve()
protected String cannotChangeInputStream$str()
public final IllegalArgumentException cannotChangeInputStream()
JpaMessages
cannotChangeInputStream
in interface JpaMessages
IllegalArgumentException
for the error.protected String emptyParameter$str()
public final IllegalArgumentException emptyParameter(String parameterName)
JpaMessages
emptyParameter
in interface JpaMessages
parameterName
- the parameter name.IllegalArgumentException
for the error.protected String missingPersistenceUnitMetadata$str()
public final RuntimeException missingPersistenceUnitMetadata()
JpaMessages
missingPersistenceUnitMetadata
in interface JpaMessages
RuntimeException
for the error.protected String notYetImplemented$str()
public final RuntimeException notYetImplemented()
JpaMessages
notYetImplemented
in interface JpaMessages
RuntimeException
for the error.protected String nullVar$str()
public final IllegalArgumentException nullVar(String varName)
JpaMessages
null
.nullVar
in interface JpaMessages
varName
- the variable name.IllegalArgumentException
for the error.Copyright © 2019 Red Hat. All rights reserved.