Class TreeBuilderException

java.lang.Object
java.lang.Throwable
java.lang.Exception
ca.phon.phontalk.parser.TreeBuilderException
All Implemented Interfaces:
Serializable

public class TreeBuilderException extends Exception
See Also:
  • Constructor Details

    • TreeBuilderException

      public TreeBuilderException()
    • TreeBuilderException

      public TreeBuilderException(String arg0, Throwable arg1)
    • TreeBuilderException

      public TreeBuilderException(String arg0)
    • TreeBuilderException

      public TreeBuilderException(Throwable arg0)
  • Method Details

    • getSession

      public Session getSession()
    • setSession

      public void setSession(Session session)
    • getUtt

      public Record getUtt()
    • setUtt

      public void setUtt(Record utt)