|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.metamatrix.core.MetaMatrixCoreException
com.metamatrix.core.commandshell.ArgumentConversionException
public class ArgumentConversionException
Exception indicating an argument value could not be converted to the needed type.
Field Summary |
---|
Fields inherited from class com.metamatrix.core.MetaMatrixCoreException |
---|
code |
Constructor Summary | |
---|---|
ArgumentConversionException()
No-arg costructor required by Externalizable semantics |
|
ArgumentConversionException(java.lang.Throwable cause,
java.lang.String message)
|
Method Summary |
---|
Methods inherited from class com.metamatrix.core.MetaMatrixCoreException |
---|
getCode, getMessage |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ArgumentConversionException()
public ArgumentConversionException(java.lang.Throwable cause, java.lang.String message)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |