All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class busrider.FailureException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----java.lang.RuntimeException
                           |
                           +----busrider.FailureException

public class FailureException
extends RuntimeException
This class is intended to be thrown when a method fails to performs its function, possibly because the function is inappropriate or impossible, possibly because the implementation is insufficient, or possibly because of a surprizing externality.
No new methods, just a new name


Constructor Index

 o FailureException()
default constructor
 o FailureException(String)
constructor with String parm

Constructors

 o FailureException
 public FailureException()
default constructor

 o FailureException
 public FailureException(String str)
constructor with String parm


All Packages  Class Hierarchy  This Package  Previous  Next  Index