ch.uzh.ifi.attempto.ape
Class ACEParserException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by ch.uzh.ifi.attempto.ape.ACEParserException
All Implemented Interfaces:
java.io.Serializable

public class ACEParserException
extends java.lang.Exception

This exception is used by the ACE parser when used in solo mode. It contains the error messages of the parser.

Author:
Tobias Kuhn
See Also:
Serialized Form

Method Summary
 MessageContainer getMessageContainer()
          Returns the message container with the error messages.
 
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
 

Method Detail

getMessageContainer

public MessageContainer getMessageContainer()
Returns the message container with the error messages.

Returns:
The message container.


Copyright 2008-2010, Attempto Group, University of Zurich (see http://attempto.ifi.uzh.ch)