24 package org.lightjason.agentspeak.error;
28 import javax.annotation.Nonnull;
29 import java.util.logging.Logger;
52 LOGGER.warning(
"exception is thrown" );
63 LOGGER.warning( p_message );
74 super( p_message, p_cause );
75 LOGGER.warning( p_message );
86 LOGGER.warning( p_cause.getMessage() );
CIllegalStateException( @Nonnull final String p_message, @Nonnull final Throwable p_cause)
ctor
static final Logger LOGGER
logger
CIllegalStateException()
ctor
static Logger logger(final Class<?> p_class)
returns a logger instance
CIllegalStateException( @Nonnull final String p_message)
ctor
class for any helper calls
static final transient long serialVersionUID
serial id
CIllegalStateException( @Nonnull final Throwable p_cause)
ctor