org.hyphenType.input
Class UserInputException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by org.hyphenType.input.UserInputException
All Implemented Interfaces:
Serializable

public class UserInputException
extends IOException

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

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

UserInputException

public UserInputException()

UserInputException

public UserInputException(String message,
                          Throwable cause)

UserInputException

public UserInputException(String message)

UserInputException

public UserInputException(Throwable cause)


Copyright © 2013. All Rights Reserved.