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

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

Constructors

FailureException
 public FailureException()
default constructor

FailureException
 public FailureException(String str)
constructor with String parm


All Packages  Class Hierarchy  This Package  Previous  Next  Index