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