net.sf.sdedit.error
Class FatalError

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by net.sf.sdedit.error.DiagramError
              extended by net.sf.sdedit.error.FatalError
All Implemented Interfaces:
Serializable

public class FatalError
extends DiagramError

A FatalError is created when a RuntimeException occurs during the rendering of a diagram due to a bug.

Author:
Markus Strauch
See Also:
Serialized Form

Constructor Summary
FatalError(DiagramDataProvider provider, RuntimeException re)
           
 
Method Summary
 RuntimeException getCause()
          Returns the RuntimeException caused by the bug in the rendering process.
 
Methods inherited from class net.sf.sdedit.error.DiagramError
getProvider, setProvider
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, 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

FatalError

public FatalError(DiagramDataProvider provider,
                  RuntimeException re)
Method Detail

getCause

public RuntimeException getCause()
Returns the RuntimeException caused by the bug in the rendering process.

Overrides:
getCause in class Throwable
Returns:
the RuntimeException caused by the bug in the rendering process


Copyright © 2011. All Rights Reserved.