org.apache.torque.generator.option
Class UnsupportedOptionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.torque.generator.option.UnsupportedOptionException
All Implemented Interfaces:
Serializable

public class UnsupportedOptionException
extends Exception

An exception which is thrown if an option is not supported or contains an unacceptable value.

See Also:
Serialized Form

Constructor Summary
UnsupportedOptionException(String message)
          Constructs an UnsupportedOptionException.
 
Method Summary
 
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

UnsupportedOptionException

public UnsupportedOptionException(String message)
Constructs an UnsupportedOptionException.

Parameters:
message - the message for this Exception


Copyright © 2000-2012 The Apache Software Foundation. All Rights Reserved.