public class RDBSchemaGeneratorException
extends java.lang.Exception
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT |
static java.lang.String |
VERSION |
Constructor and Description |
---|
RDBSchemaGeneratorException()
Constructor for RDBSchemaGeneratorException.
|
RDBSchemaGeneratorException(java.lang.String aFaultString)
Constructor for RDBSchemaGeneratorException.
|
RDBSchemaGeneratorException(java.lang.String aFaultCode,
java.lang.String aFaultString)
Constructor for RDBSchemaGeneratorException.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getFaultCode()
Method to get the FaultCode.
|
java.lang.String |
getFaultString()
Method to get the FaultString.
|
java.lang.String |
getMessage()
Method to get the Message.
|
java.lang.String |
toString()
Appends the optional exceptions toString information
to this class if one exists.
|
public static final java.lang.String COPYRIGHT
public static final java.lang.String VERSION
public RDBSchemaGeneratorException(java.lang.String aFaultCode, java.lang.String aFaultString)
aFaultCode
- parameter for fault codeaFaultString
- parameter for fault stringpublic RDBSchemaGeneratorException(java.lang.String aFaultString)
aFaultString
- parameter for fault stringpublic RDBSchemaGeneratorException()
public java.lang.String getFaultCode()
public java.lang.String getFaultString()
public java.lang.String getMessage()
getMessage
in class java.lang.Throwable
public java.lang.String toString()
toString
in class java.lang.Throwable
Copyright © 2015 Pegasystems Inc. All Rights Reserved.