net.takanotsume.yo
Class YoFailedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by net.takanotsume.yo.YoFailedException
All Implemented Interfaces:
Serializable

public class YoFailedException
extends Exception

YoFailedException

Author:
Akihito Tanaka
See Also:
Serialized Form

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

YoFailedException

public YoFailedException()

YoFailedException

public YoFailedException(String message)

YoFailedException

public YoFailedException(Throwable cause)

YoFailedException

public YoFailedException(String message,
                         Throwable cause)


Copyright © 2004-2014. All Rights Reserved.