Class InvalidErrorException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.osid.OsidRuntimeException
org.osid.ProviderContractException
org.osid.InvalidErrorException
- All Implemented Interfaces:
Serializable
Implementation returned an undefined error.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructs aInvalidErrorExceptionwith the specified detail message.InvalidErrorException(String msg, Throwable t) Constructs aInvalidErrorExceptionwith the specified detail message and cause.Constructs aInvalidErrorExceptionwith 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
-
InvalidErrorException
-
InvalidErrorException
-
InvalidErrorException
Constructs aInvalidErrorExceptionwith 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
-