|
Style Intelligence v12.0 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
inetsoft.uql.asset.RuntimeMessageException
public class RuntimeMessageException
Runtime exception implementation that holds information about how it is to be logged.
| Constructor Summary | |
|---|---|
RuntimeMessageException(String message)
Creates a new instance of MessageException. |
|
RuntimeMessageException(String message,
Level logLevel)
Creates a new instance of MessageException. |
|
| Method Summary | |
|---|---|
Level |
getLogLevel()
Gets the logging level at which to print this exception. |
String |
getProperty(String name)
Get a named proeprty. |
void |
setProperty(String name,
String val)
Set a named proeprty. |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public RuntimeMessageException(String message)
message - the error message.
public RuntimeMessageException(String message,
Level logLevel)
message - the error message.logLevel - the logging level at which to print the exception.| Method Detail |
|---|
public Level getLogLevel()
getLogLevel in interface inetsoft.util.LogException
public void setProperty(String name,
String val)
public String getProperty(String name)
|
Copyright © 1996-2014 InetSoft Technology Corp. All Rights Reserved. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||