org.jupe.plugin.exceptions
Class JupeExceptionLogOnly

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
                  extended by org.jupe.plugin.exceptions.JupeExceptionLogOnly
All Implemented Interfaces:
java.io.Serializable

public class JupeExceptionLogOnly
extends JupeException

Standard Jupe exception, only mentioned in the logs.

Author:
Eva Zielasko, Michael Pradel
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.jupe.plugin.exceptions.JupeException
LOGGING_OFF, LOGGING_ON, logstatus, SEVERITY_ERROR, SEVERITY_INFO
 
Constructor Summary
JupeExceptionLogOnly(org.eclipse.core.runtime.CoreException e, java.lang.String message)
           
JupeExceptionLogOnly(java.lang.String message)
           
 
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
 

Constructor Detail

JupeExceptionLogOnly

public JupeExceptionLogOnly(org.eclipse.core.runtime.CoreException e,
                            java.lang.String message)

JupeExceptionLogOnly

public JupeExceptionLogOnly(java.lang.String message)