org.hyphenType.exceptions
Class InvalidOptionsInterfaceException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.hyphenType.exceptions.InvalidOptionsInterfaceException
All Implemented Interfaces:
Serializable

public class InvalidOptionsInterfaceException
extends Exception

TODO Create a complete description of all conditions in which an option interface can be invalid.

Author:
Aurelio Akira M. Matsui
See Also:
Serialized Form

Constructor Summary
InvalidOptionsInterfaceException()
           
InvalidOptionsInterfaceException(String message)
           
InvalidOptionsInterfaceException(String message, Throwable cause)
           
InvalidOptionsInterfaceException(Throwable cause)
           
 
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

InvalidOptionsInterfaceException

public InvalidOptionsInterfaceException()

InvalidOptionsInterfaceException

public InvalidOptionsInterfaceException(String message,
                                        Throwable cause)

InvalidOptionsInterfaceException

public InvalidOptionsInterfaceException(String message)

InvalidOptionsInterfaceException

public InvalidOptionsInterfaceException(Throwable cause)


Copyright © 2013. All Rights Reserved.