asd
Class ASDInputException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by asd.ASDInputException
All Implemented Interfaces:
java.io.Serializable

public class ASDInputException
extends java.io.IOException

An ASDInputException is thrown if a syntactic error is encountered during input of an ASDGrammar from a file.

See Also:
Serialized Form

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

ASDInputException

public ASDInputException()

ASDInputException

public ASDInputException(java.lang.String message)