MicroStrategy ONE

PrintErr

Prints an error message to the screen.

Copy
protected void printErr(

where:

display is the text to be displayed on the screen. This method is overloaded to handle the following types of input:

  • boolean iBoolean
  • char iChar
  • char[] iChar
  • java.lang.string iString
  • double iDouble
  • float iFloat
  • int iInt
  • long iLong
  • java.lang.object iObject