ch.epfl.lsr.apex
Class APEXException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bych.epfl.lsr.apex.APEXException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
APEXOptionException, APEXParsingException

public class APEXException
extends Exception

An APEXException is a general exception thrown from APEX elements in various moments.

Author:
Marc Stoecklin
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.lang.Exception
 
Constructor Summary
(package private) APEXException()
          A general, unlocalized APEX exception.
(package private) APEXException(String message)
          A APEX exception with an associated message.
 
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

APEXException

APEXException()
A general, unlocalized APEX exception.


APEXException

APEXException(String message)
A APEX exception with an associated message.

Parameters:
message - The associated message