us.zuercher.gpx2map.gui
Class UiRenderingError
java.lang.Object
java.lang.Throwable
java.lang.Error
us.zuercher.gpx2map.gui.UiRenderingError
- All Implemented Interfaces:
- Serializable
public class UiRenderingError
- extends Error
UiRenderingError indicates a problem rendering the UI using the SwixML
library.
- Author:
- Stephan Zuercher
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
UiRenderingError
UiRenderingError(String message,
Throwable cause)
- Constructs a new UiRenderingError with the given cause.
- Parameters:
message
- a message describing the errorcause
- the root cause of the error