Package net.arnx.wmf2svg.gdi.svg
Class SvgGdiException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- net.arnx.wmf2svg.gdi.GdiException
-
- net.arnx.wmf2svg.gdi.svg.SvgGdiException
-
- All Implemented Interfaces:
Serializable
public class SvgGdiException extends GdiException
- Author:
- Hidekatsu Izuno
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SvgGdiException()SvgGdiException(String message)SvgGdiException(String message, Throwable t)SvgGdiException(Throwable t)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-