Teppefall

com.teppefall.ds.render2d
Class D2DFilterException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.teppefall.ds.render2d.D2DFilterException
All Implemented Interfaces:
java.io.Serializable

public class D2DFilterException
extends java.lang.Exception

See Also:
Serialized Form

Constructor Summary
D2DFilterException()
           
D2DFilterException(java.lang.String message)
           
D2DFilterException(java.lang.Throwable cause)
           
 
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

D2DFilterException

public D2DFilterException()

D2DFilterException

public D2DFilterException(java.lang.String message)

D2DFilterException

public D2DFilterException(java.lang.Throwable cause)

Teppefall