ch.epfl.lsr.apex
Class APEXParsingException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bych.epfl.lsr.apex.APEXException
              extended bych.epfl.lsr.apex.APEXParsingException
All Implemented Interfaces:
Serializable

public class APEXParsingException
extends APEXException

An APEXParsingException is a exception thrown from APEX when parsing incoming messages or content to be added to messages.

Author:
Marc Stoecklin
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.lang.Exception
 
Constructor Summary
APEXParsingException()
           
APEXParsingException(String s)
           
 
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

APEXParsingException

public APEXParsingException()

APEXParsingException

public APEXParsingException(String s)