daikon
Class FileIO.DeclError

Object
  extended by Throwable
      extended by Exception
          extended by IOException
              extended by FileIO.DeclError
All Implemented Interfaces:
Serializable
Enclosing class:
FileIO

public static class FileIO.DeclError
extends IOException

Errors while processing ppt declarations

See Also:
Serialized Form

Constructor Summary
FileIO.DeclError(String msg)
           
 
Method Summary
static FileIO.DeclError detail(FileIO.ParseState state, String format, Object... args)
           
 
Methods inherited from class Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FileIO.DeclError

public FileIO.DeclError(String msg)
Method Detail

detail

public static FileIO.DeclError detail(FileIO.ParseState state,
                                      String format,
                                      Object... args)