org.eclipse.higgins.sts.utilities
Class UnsupportedOptionException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.eclipse.higgins.sts.utilities.UnsupportedOptionException
All Implemented Interfaces:
Serializable

public class UnsupportedOptionException
extends Exception

Author:
Suresh Chari X9.31 exception for unsupported options in code
See Also:
Serialized Form

Constructor Summary
UnsupportedOptionException()
           
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UnsupportedOptionException

public UnsupportedOptionException()