Class Exceptions

java.lang.Object
  extended by Exceptions

public class Exceptions
extends java.lang.Object

test misc. generation of exceptions


Constructor Summary
Exceptions()
           
 
Method Summary
static void throwArithmetic()
           
static void throwException()
           
static void throwRuntime()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Exceptions

public Exceptions()
Method Detail

throwRuntime

public static void throwRuntime()

throwArithmetic

public static void throwArithmetic()

throwException

public static void throwException()
                           throws java.lang.Exception
Throws:
java.lang.Exception