Class UnimplementedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.osid.OsidRuntimeException
org.osid.ConsumerContractException
org.osid.UnimplementedException
- All Implemented Interfaces:
Serializable
This method has not been implemented by this provider. The appropriate
boolean test to indicate that this provider does not support this method
should be supplied by the provider and checked by the consumer to avoid
this error. This error can only result for methods whose compliance is
optional.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructs aUnimplementedExceptionwith the specified detail message.UnimplementedException(String msg, Throwable t) Constructs aUnimplementedExceptionwith the specified detail message and cause.Constructs aUnimplementedExceptionwith 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
-
UnimplementedException
-
UnimplementedException
-
UnimplementedException
Constructs aUnimplementedExceptionwith 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
-