edu.cmu.sphinx.tools.gui.util
Class ConfigurableUtilException
java.lang.Object
java.lang.Throwable
java.lang.Exception
edu.cmu.sphinx.tools.gui.util.ConfigurableUtilException
- All Implemented Interfaces:
- java.io.Serializable
public class ConfigurableUtilException
- extends java.lang.Exception
This exception class is thrown when there is an error in the operation of
ModelBuilder, ConfigurableComponent
ConfigurableProperty
- Author:
- Ariani
- See Also:
- Serialized Form
Constructor Summary |
ConfigurableUtilException(java.lang.String msg,
int mode)
Creates a new instance of ConfigurableUtilException with the
specific mode that describe the reason, and message |
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 |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
UTIL_COMPONENT
public static final int UTIL_COMPONENT
- See Also:
- Constant Field Values
UTIL_BUILDER
public static final int UTIL_BUILDER
- See Also:
- Constant Field Values
UTIL_INIT
public static final int UTIL_INIT
- See Also:
- Constant Field Values
UTIL_PATHHACKER
public static final int UTIL_PATHHACKER
- See Also:
- Constant Field Values
ConfigurableUtilException
public ConfigurableUtilException(java.lang.String msg,
int mode)
- Creates a new instance of
ConfigurableUtilException
with the
specific mode that describe the reason, and message
- Parameters:
msg
- Error messagemode
- original cause of the exception
getErrorCode
public int getErrorCode()
- Returns:
- Mode of this exception, which explains the type of exception