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
All Implemented Interfaces:
Serializable

public class InternalError
extends VirtualMachineError

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

See Also:
Serialized Form

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
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, 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