Style Intelligence v12.0

inetsoft.sree
Class RepletException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by inetsoft.sree.RepletException
All Implemented Interfaces:
inetsoft.util.LogException, Serializable

public class RepletException
extends Exception
implements inetsoft.util.LogException, Serializable

Report generation exception.

See Also:
Serialized Form

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

RepletException

public RepletException(String msg)
Create a replet exception with a message.


RepletException

public RepletException(Throwable ex)
Create a replet exception with a root cause exception.


RepletException

public RepletException(String message,
                       Throwable cause)
Create a replet exception with a message and a root cause exception.


RepletException

public RepletException(Object info)
Create a replet exception with user info.

Method Detail

getThrowable

public Throwable getThrowable()
If this exception is a wrapper of another exception, get the wrapped exception.


getLogLevel

public Level getLogLevel()
Get the log level.

Specified by:
getLogLevel in interface inetsoft.util.LogException
Returns:
the log level.

setLogLevel

public void setLogLevel(Level level)
Set the log level.

Parameters:
level - the specified log level.

setInfo

public void setInfo(Object info)
Set the user info.


getInfo

public Object getInfo()
Get the user info.


Copyright © 1996-2014 InetSoft Technology Corp. All Rights Reserved.