java.lang
Class VerifyError

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Error
          extended by java.lang.LinkageError
              extended by java.lang.VerifyError
All Implemented Interfaces:
Serializable

public class VerifyError
extends LinkageError

CLDC: Thrown when the "verifier" detects that a class file, though well formed, contains some sort of internal inconsistency or security problem.

See Also:
Serialized Form

Constructor Summary
VerifyError()
          Constructs a new linkage error with null as its detail message.
VerifyError(String msg)
          Constructs a new error with the specified detail message.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getMessage, printStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

VerifyError

public VerifyError()
Constructs a new linkage error with null as its detail message.


VerifyError

public VerifyError(String msg)
Constructs a new error with the specified detail message.



Copyright © 2007 Sentilla Corporation. All Rights Reserved.