Class NullReturnException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.osid.OsidRuntimeException
org.osid.ProviderContractException
org.osid.NullReturnException
- All Implemented Interfaces:
Serializable
Implementation returned a
null value where an actual value was
defined.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructs aNullReturnExceptionwith the specified detail message.NullReturnException(String msg, Throwable t) Constructs aNullReturnExceptionwith the specified detail message and cause.Constructs aNullReturnExceptionwith the specified cause and a detail message ofcause.toString()which typically contains the class and detail message ofcause. -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
NullReturnException
-
NullReturnException
-
NullReturnException
Constructs aNullReturnExceptionwith the specified cause and a detail message ofcause.toString()which typically contains the class and detail message ofcause.- Parameters:
t- the cause of the exception
-