net.arnx.wmf2svg.gdi
Class GdiException

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

public class GdiException
extends Exception

Author:
Hidekatsu Izuno
See Also:
Serialized Form

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

GdiException

public GdiException()

GdiException

public GdiException(String message)

GdiException

public GdiException(String message,
                    Throwable t)

GdiException

public GdiException(Throwable t)