@MessageLogger(projectCode="JIPI")
public interface JipiLogger
extends org.jboss.logging.BasicLogger
Modifier and Type | Field and Description |
---|---|
static JipiLogger |
JPA_LOGGER
A logger with the category
org.jboss.jpa . |
Modifier and Type | Method and Description |
---|---|
IllegalArgumentException |
cannotChangeInputStream()
Creates an exception indicating the input stream reference cannot be changed.
|
void |
cannotLoadEntityClass(Throwable cause,
String className)
warn that the entity class could not be loaded with the
PersistenceUnitInfo.getClassLoader() . |
RuntimeException |
cannotOpenVFSStream(Throwable cause,
String name)
Could not open VFS stream
|
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 . |
IllegalArgumentException |
uriSyntaxException(Throwable cause)
URI format is incorrect, which results in a syntax error
|
debug, debug, debug, debug, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugv, debugv, debugv, debugv, debugv, debugv, debugv, debugv, error, error, error, error, errorf, errorf, errorf, errorf, errorf, errorf, errorf, errorf, errorv, errorv, errorv, errorv, errorv, errorv, errorv, errorv, fatal, fatal, fatal, fatal, fatalf, fatalf, fatalf, fatalf, fatalf, fatalf, fatalf, fatalf, fatalv, fatalv, fatalv, fatalv, fatalv, fatalv, fatalv, fatalv, info, info, info, info, infof, infof, infof, infof, infof, infof, infof, infof, infov, infov, infov, infov, infov, infov, infov, infov, isDebugEnabled, isEnabled, isInfoEnabled, isTraceEnabled, log, log, log, log, logf, logf, logf, logf, logf, logf, logf, logf, logf, logf, logf, logf, logv, logv, logv, logv, logv, logv, logv, logv, logv, logv, logv, logv, trace, trace, trace, trace, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracev, tracev, tracev, tracev, tracev, tracev, tracev, tracev, warn, warn, warn, warn, warnf, warnf, warnf, warnf, warnf, warnf, warnf, warnf, warnv, warnv, warnv, warnv, warnv, warnv, warnv, warnv
static final JipiLogger JPA_LOGGER
org.jboss.jpa
.@LogMessage(level=WARN) @Message(id=20200, value="Could not load entity class \'%s\', ignoring this error and continuing with application deployment") void cannotLoadEntityClass(@Cause Throwable cause, String className)
PersistenceUnitInfo.getClassLoader()
.cause
- the cause of the error.className
- the entity class name.@Message(id=20201, value="Cannot change input stream reference.") IllegalArgumentException cannotChangeInputStream()
IllegalArgumentException
for the error.@Message(id=20202, value="Parameter %s is empty") IllegalArgumentException emptyParameter(String parameterName)
parameterName
- the parameter name.IllegalArgumentException
for the error.@Message(id=20203, value="Missing PersistenceUnitMetadata (thread local wasn\'t set)") RuntimeException missingPersistenceUnitMetadata()
RuntimeException
for the error.@Message(id=20204, value="Not yet implemented") RuntimeException notYetImplemented()
RuntimeException
for the error.@Message(id=20205, value="Parameter %s is null") IllegalArgumentException nullVar(String varName)
null
.varName
- the variable name.IllegalArgumentException
for the error.@Message(id=20250, value="Unable to open VirtualFile-based InputStream %s") RuntimeException cannotOpenVFSStream(@Cause Throwable cause, String name)
cause
- the cause of the error.name
- of VFS fileRuntimeException
for the error.@Message(id=20251, value="URI syntax error") IllegalArgumentException uriSyntaxException(@Cause Throwable cause)
IllegalArgumentException
for the error.Copyright © 2016 JBoss by Red Hat. All rights reserved.