|
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
inetsoft.sree.RepletException
public class RepletException
Report generation exception.
| Constructor Summary | |
|---|---|
RepletException(Object info)
Create a replet exception with user info. |
|
RepletException(String msg)
Create a replet exception with a message. |
|
RepletException(String message,
Throwable cause)
Create a replet exception with a message and a root cause exception. |
|
RepletException(Throwable ex)
Create a replet exception with a root cause exception. |
|
| Method Summary | |
|---|---|
Object |
getInfo()
Get the user info. |
Level |
getLogLevel()
Get the log level. |
Throwable |
getThrowable()
If this exception is a wrapper of another exception, get the wrapped exception. |
void |
setInfo(Object info)
Set the user info. |
void |
setLogLevel(Level level)
Set the log level. |
| 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 RepletException(String msg)
public RepletException(Throwable ex)
public RepletException(String message,
Throwable cause)
public RepletException(Object info)
| Method Detail |
|---|
public Throwable getThrowable()
public Level getLogLevel()
getLogLevel in interface inetsoft.util.LogExceptionpublic void setLogLevel(Level level)
level - the specified log level.public void setInfo(Object info)
public Object getInfo()
|
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 | ||||||||