net.sf.sdedit.error
Class FatalError
java.lang.Object
java.lang.Throwable
java.lang.Exception
net.sf.sdedit.error.DiagramError
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
FatalError
public FatalError(DiagramDataProvider provider,
RuntimeException re)
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.