ch.epfl.lsr.apex
Class APEXOptionException

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

public class APEXOptionException
extends APEXException

An APEXOptionException is an exception thrown on processing options.

Author:
Marc Stoecklin
See Also:
Serialized Form

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

APEXOptionException

public APEXOptionException()

APEXOptionException

public APEXOptionException(String s)