de.bsd.x2svg.outputConverter
Class ConversionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by de.bsd.x2svg.outputConverter.ConversionException
All Implemented Interfaces:
java.io.Serializable

public class ConversionException
extends java.lang.Exception

This exception is thrown if the conversion to the desired output format failed

Author:
hwr@pilhuhn.de
See Also:
Serialized Form

Field Summary
private static long serialVersionUID
          serial Version UUID
 
Constructor Summary
ConversionException(java.lang.String reason)
          Constructor
 
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
 

Field Detail

serialVersionUID

private static final long serialVersionUID
serial Version UUID

See Also:
Constant Field Values
Constructor Detail

ConversionException

ConversionException(java.lang.String reason)
Constructor

Parameters:
reason - why did the conversion fail?


x2svg version 1.2.1