com.java2html
Class BadOptionException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.java2html.BadOptionException
All Implemented Interfaces:
java.io.Serializable

public class BadOptionException
extends java.lang.Exception

Exception Indicating a bad Java2HTML option

See Also:
Serialized Form

Constructor Summary
BadOptionException(java.lang.String errorText)
          Create a BadOptionException
 
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

BadOptionException

public BadOptionException(java.lang.String errorText)
Create a BadOptionException

Parameters:
errorText - Error Description


Copyright © 2000-2003 Polygon Enterprises. All Rights Reserved.