edu.cmu.sphinx.tools.gui.util
Class ConfigurableUtilException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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, ConfigurableComponentConfigurableProperty

Author:
Ariani
See Also:
Serialized Form

Field Summary
static int UTIL_BUILDER
           
static int UTIL_COMPONENT
           
static int UTIL_INIT
           
static int UTIL_PATHHACKER
           
 
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
 
Method Summary
 int getErrorCode()
           
 
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
 

Field Detail

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
Constructor Detail

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 message
mode - original cause of the exception
Method Detail

getErrorCode

public int getErrorCode()
Returns:
Mode of this exception, which explains the type of exception