objectivehtml.ohtmlc.exception
Class InvalidCompilerOptionException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--objectivehtml.exception.ObjectiveHtmlException
                    |
                    +--objectivehtml.ohtmlc.exception.OHtmlCException
                          |
                          +--objectivehtml.ohtmlc.exception.InvalidCompilerOptionException
All Implemented Interfaces:
java.io.Serializable

public class InvalidCompilerOptionException
extends OHtmlCException

This exception is thrown when an invalid compiler option is given.

See Also:
Serialized Form

Constructor Summary
InvalidCompilerOptionException()
           
InvalidCompilerOptionException(java.lang.String sExceptionMessage)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InvalidCompilerOptionException

public InvalidCompilerOptionException()

InvalidCompilerOptionException

public InvalidCompilerOptionException(java.lang.String sExceptionMessage)