N O

N

net.sf.sillyexceptions - package net.sf.sillyexceptions
 

O

OutOfTheBlueException - exception net.sf.sillyexceptions.OutOfTheBlueException.
This exception should be used at places where you don't expect an exceptional situation to occur.
OutOfTheBlueException(String) - Constructor for class net.sf.sillyexceptions.OutOfTheBlueException
Constructs a new OutOfTheBlueException with the specified detail message.
OutOfTheBlueException(String, Throwable) - Constructor for class net.sf.sillyexceptions.OutOfTheBlueException
Constructs a new OutOfTheBlueException with the specified detail message and cause.
OutOfTheBlueException(Throwable) - Constructor for class net.sf.sillyexceptions.OutOfTheBlueException
Constructs a new OutOfTheBlueException with the specified cause and a detail message of (cause==null ? null : cause.toString()) (which typically contains the class and detail message of cause).

N O

Copyright © 2004 Silly exceptions project team. All Rights Reserved.