org.jupe.plugin.exceptions
Class JupeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.jupe.plugin.exceptions.JupeException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
JupeExceptionLogOnly, JupeExceptionWithPopUp

public abstract class JupeException
extends java.lang.RuntimeException

See Also:
Serialized Form

Field Summary
static int LOGGING_OFF
           
static int LOGGING_ON
           
static int logstatus
           
static int SEVERITY_ERROR
           
static int SEVERITY_INFO
           
 
Constructor Summary
JupeException()
           
 
Method Summary
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

SEVERITY_ERROR

public static int SEVERITY_ERROR

SEVERITY_INFO

public static int SEVERITY_INFO

LOGGING_ON

public static int LOGGING_ON

LOGGING_OFF

public static int LOGGING_OFF

logstatus

public static int logstatus
Constructor Detail

JupeException

public JupeException()