java.lang.Error
RuntimeErrorException
Default constructor.parame the wrapped error. super(); error = e ;
super(); error = e ;
Constructor that allows a specific error message to be specified.parame the wrapped error.parammessage the detail message. super(message); error = e ;
super(message); error = e ;
Returns the actual {@link Error} thrown.returnthe wrapped {@link Error}. return error;
return error;
Returns the actual {@link Error} thrown.returnthe wrapped {@link Error}. return error ;
return error ;