java.lang
Class InternalError

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Error
          extended by java.lang.VirtualMachineError
              extended by java.lang.InternalError

public class InternalError
extends VirtualMachineError

An InternalError is thrown when a mystical error has occurred in the Java Virtual Machine.


Constructor Summary
InternalError()
          Create an error without a message.
InternalError(String s)
          Create an error with a message.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
getCause, getLocalizedMessage, getMessage, initCause, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InternalError

public InternalError()
Create an error without a message.


InternalError

public InternalError(String s)
Create an error with a message.

Parameters:
s - the message