net.sf.fmj.filtergraph.model
Class FilterGraphModelIOException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by net.sf.fmj.filtergraph.model.FilterGraphModelIOException
All Implemented Interfaces:
java.io.Serializable

public class FilterGraphModelIOException
extends java.lang.Exception

Exception thrown while parsing in FilterGraphModelIO.

Author:
Ken Larson
See Also:
Serialized Form

Constructor Summary
FilterGraphModelIOException()
           
FilterGraphModelIOException(java.lang.String arg0)
           
FilterGraphModelIOException(java.lang.String arg0, java.lang.Throwable arg1)
           
FilterGraphModelIOException(java.lang.Throwable arg0)
           
 
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

FilterGraphModelIOException

public FilterGraphModelIOException()

FilterGraphModelIOException

public FilterGraphModelIOException(java.lang.String arg0,
                                   java.lang.Throwable arg1)

FilterGraphModelIOException

public FilterGraphModelIOException(java.lang.String arg0)

FilterGraphModelIOException

public FilterGraphModelIOException(java.lang.Throwable arg0)