us.zuercher.gpx2map.gui
Class UiRenderingError

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Error
          extended by 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

Constructor Summary
UiRenderingError(String message, Throwable cause)
          Constructs a new UiRenderingError with the given cause.
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UiRenderingError

UiRenderingError(String message,
                 Throwable cause)
Constructs a new UiRenderingError with the given cause.

Parameters:
message - a message describing the error
cause - the root cause of the error