com.metamatrix.core.commandshell
Class ArgumentConversionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.metamatrix.core.MetaMatrixCoreException
              extended by com.metamatrix.core.commandshell.ArgumentConversionException
All Implemented Interfaces:
java.io.Serializable

public class ArgumentConversionException
extends MetaMatrixCoreException

Exception indicating an argument value could not be converted to the needed type.

See Also:
Serialized Form

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
getCause, initCause
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ArgumentConversionException

public ArgumentConversionException()
No-arg costructor required by Externalizable semantics


ArgumentConversionException

public ArgumentConversionException(java.lang.Throwable cause,
                                   java.lang.String message)


Copyright © 2009. All Rights Reserved.