MCPcopy Create free account
hub / github.com/codenameone/CodenameOne / Error

Class Error

Ports/CLDC11/src/java/lang/Error.java:28–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26/// A method is not required to declare in its throws clause any subclasses of Error that might be thrown during the execution of the method but not caught, since these errors are abnormal conditions that should never occur.
27/// Since: JDK1.0, CLDC 1.0
28public class Error extends java.lang.Throwable{
29 /// Constructs an Error with no specified detail message.
30 public Error(){
31 //TODO codavaj!!
32 }
33
34 /// Constructs an Error with the specified detail message.
35 /// s - the detail message.
36 public Error(java.lang.String s){
37 //TODO codavaj!!
38 }
39
40}

Callers 5

baFunction · 0.50
AFunction · 0.50
BFunction · 0.50
yaFunction · 0.50
fontmetrics.jsFile · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected