All Packages Class Hierarchy This Package Previous Next Index
Class com.netobjects.nfx.util.ExternalError
java.lang.Object
|
+----java.lang.Throwable
|
+----java.lang.Exception
|
+----com.netobjects.nfx.util.ExternalError
- public class ExternalError
- extends Exception
Exception class representing external errors.
- Version:
- 1.0
- Author:
- Scott Cinnamond
-
dmError
-
-
dmErrorCode
-
-
dmTitle
-
-
dmTitleCode
-
-
ExternalError()
- Constructor.
-
ExternalError(int, int)
- Constructor.
-
ExternalError(String)
- Constructor.
-
ExternalError(String, String)
- Constructor.
-
getError()
-
-
getErrorCode()
-
-
getTitle()
-
-
getTitleCode()
-
dmTitleCode
private int dmTitleCode
dmErrorCode
private int dmErrorCode
dmTitle
private String dmTitle
dmError
private String dmError
ExternalError
public ExternalError()
- Constructor.
ExternalError
public ExternalError(int title,
int error)
- Constructor.
- Parameters:
- title - the title code.
- error - the message code.
ExternalError
public ExternalError(String title,
String error)
- Constructor.
- Parameters:
- title - the title string.
- error - the error string.
ExternalError
public ExternalError(String error)
- Constructor.
- Parameters:
- error - the error string.
getTitleCode
public int getTitleCode()
getErrorCode
public int getErrorCode()
getTitle
public String getTitle()
getError
public String getError()
All Packages Class Hierarchy This Package Previous Next Index