|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
edu.cmu.sphinx.util.props.PropertyException
public class PropertyException
Indicates that a problem occurred while setting one or more properties for this component
| Constructor Summary | |
|---|---|
PropertyException(java.lang.Exception e)
|
|
PropertyException(java.lang.String instanceName,
java.lang.String propertyName,
java.lang.String msg)
Creates a new property exception. |
|
PropertyException(java.lang.Throwable cause,
java.lang.String instanceName,
java.lang.String propertyName,
java.lang.String msg)
Creates a new property exception. |
|
| Method Summary | |
|---|---|
java.lang.String |
getMsg()
|
java.lang.String |
getProperty()
Retrieves the name of the offending property |
java.lang.String |
toString()
Returns a string representation of this object |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public PropertyException(java.lang.String instanceName,
java.lang.String propertyName,
java.lang.String msg)
instanceName - The component this exception is related to. (or null if unknown)propertyName - The name of the component-property which the problem is related. (or null if
unknown)msg - a description of the problem.
public PropertyException(java.lang.Throwable cause,
java.lang.String instanceName,
java.lang.String propertyName,
java.lang.String msg)
cause - The cause of exception. (or null if unknown)instanceName - The component this exception is related to. (or null if unknown)propertyName - The name of the component-property which the problem is related. (or null if
unknown)msg - a description of the problem.public PropertyException(java.lang.Exception e)
| Method Detail |
|---|
public java.lang.String getMsg()
public java.lang.String getProperty()
public java.lang.String toString()
toString in class java.lang.Throwable
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||