net.arnx.wmf2svg.gdi.svg
Class SvgGdiException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by net.arnx.wmf2svg.gdi.GdiException
              extended by net.arnx.wmf2svg.gdi.svg.SvgGdiException
All Implemented Interfaces:
Serializable

public class SvgGdiException
extends GdiException

Author:
Hidekatsu Izuno
See Also:
Serialized Form

Constructor Summary
SvgGdiException()
           
SvgGdiException(String message)
           
SvgGdiException(String message, Throwable t)
           
SvgGdiException(Throwable t)
           
 
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

SvgGdiException

public SvgGdiException()

SvgGdiException

public SvgGdiException(String message)

SvgGdiException

public SvgGdiException(String message,
                       Throwable t)

SvgGdiException

public SvgGdiException(Throwable t)