@MessageBundle(projectCode="JIPI")
public interface JpaMessages
Modifier and Type | Field and Description |
---|---|
static JpaMessages |
MESSAGES
The messages.
|
Modifier and Type | Method and Description |
---|---|
IllegalArgumentException |
cannotChangeInputStream()
Creates an exception indicating the input stream reference cannot be changed.
|
IllegalArgumentException |
emptyParameter(String parameterName)
Creates an exception indicating the parameter, likely a collection, is empty.
|
RuntimeException |
missingPersistenceUnitMetadata()
Creates an exception indicating the persistence unit metadata likely because thread local was not set.
|
RuntimeException |
notYetImplemented()
Creates an exception indicating the method is not yet implemented.
|
IllegalArgumentException |
nullVar(String varName)
Creates an exception indicating the variable is
null . |
static final JpaMessages MESSAGES
@Message(id=11421, value="Cannot change input stream reference.") IllegalArgumentException cannotChangeInputStream()
IllegalArgumentException
for the error.@Message(id=11442, value="Parameter %s is empty") IllegalArgumentException emptyParameter(String parameterName)
parameterName
- the parameter name.IllegalArgumentException
for the error.@Message(id=11455, value="Missing PersistenceUnitMetadata (thread local wasn\'t set)") RuntimeException missingPersistenceUnitMetadata()
RuntimeException
for the error.@Message(id=11460, value="Not yet implemented") RuntimeException notYetImplemented()
RuntimeException
for the error.@Message(id=11462, value="Parameter %s is null") IllegalArgumentException nullVar(String varName)
null
.varName
- the variable name.IllegalArgumentException
for the error.Copyright © 2013 Red Hat. All rights reserved.