All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.netobjects.nfx.util.InternalError

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----com.netobjects.nfx.util.InternalError

public class InternalError
extends Exception
Exception class representing internal errors.

Version:
1.0
Author:
Scott Cinnamond

Constructor Index

 o InternalError()
Constructor.
 o InternalError(String)
Constructor.

Constructors

 o InternalError
 public InternalError()
Constructor.

 o InternalError
 public InternalError(String msg)
Constructor.

Parameters:
msg - the message string passed into the superclass.

All Packages  Class Hierarchy  This Package  Previous  Next  Index