net.arnx.wmf2svg.gdi.wmf
Class WmfParseException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by net.arnx.wmf2svg.gdi.wmf.WmfParseException
All Implemented Interfaces:
Serializable

public class WmfParseException
extends Exception

Author:
Hidekatsu Izuno
See Also:
Serialized Form

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

WmfParseException

public WmfParseException()

WmfParseException

public WmfParseException(String message)

WmfParseException

public WmfParseException(String message,
                         Throwable t)

WmfParseException

public WmfParseException(Throwable t)