CultureNotFoundException
Contents
[
Hide
]Inheritance: java.lang.Object, java.lang.Throwable, java.lang.Exception, java.lang.RuntimeException
public class CultureNotFoundException extends RuntimeException
Map for .Net’s System.Globalization.CultureNotFoundException
Constructors
Constructor | Description |
---|---|
CultureNotFoundException(Exception e) | Initializes a new instance of this class. |
CultureNotFoundException(int cultureId) | Initializes a new instance of this class. |
CultureNotFoundException(String cultureName) | Initializes a new instance of this class. |
CultureNotFoundException(String cultureName, String altName) | Initializes a new instance of this class. |
Methods
CultureNotFoundException(Exception e)
public CultureNotFoundException(Exception e)
Initializes a new instance of this class.
Parameters:
Parameter | Type | Description |
---|---|---|
e | java.lang.Exception |
CultureNotFoundException(int cultureId)
public CultureNotFoundException(int cultureId)
Initializes a new instance of this class.
Parameters:
Parameter | Type | Description |
---|---|---|
cultureId | int |
CultureNotFoundException(String cultureName)
public CultureNotFoundException(String cultureName)
Initializes a new instance of this class.
Parameters:
Parameter | Type | Description |
---|---|---|
cultureName | java.lang.String |
CultureNotFoundException(String cultureName, String altName)
public CultureNotFoundException(String cultureName, String altName)
Initializes a new instance of this class.
Parameters:
Parameter | Type | Description |
---|---|---|
cultureName | java.lang.String | |
altName | java.lang.String |
addSuppressed(Throwable arg0)
public final synchronized void addSuppressed(Throwable arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | java.lang.Throwable |
fillInStackTrace()
public synchronized Throwable fillInStackTrace()
Returns: java.lang.Throwable
getCause()
public synchronized Throwable getCause()
Returns: java.lang.Throwable
getLocalizedMessage()
public String getLocalizedMessage()
Returns: java.lang.String
getMessage()
public String getMessage()
Returns: java.lang.String
getStackTrace()
public StackTraceElement[] getStackTrace()
Returns: java.lang.StackTraceElement[]
getSuppressed()
public final synchronized Throwable[] getSuppressed()
Returns: java.lang.Throwable[]
initCause(Throwable arg0)
public synchronized Throwable initCause(Throwable arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | java.lang.Throwable |
Returns: java.lang.Throwable
printStackTrace()
public void printStackTrace()
printStackTrace(PrintStream arg0)
public void printStackTrace(PrintStream arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | java.io.PrintStream |
printStackTrace(PrintWriter arg0)
public void printStackTrace(PrintWriter arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | java.io.PrintWriter |
setStackTrace(StackTraceElement[] arg0)
public void setStackTrace(StackTraceElement[] arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | java.lang.StackTraceElement[] |
toString()
public String toString()
Returns: java.lang.String