com.kuka.nav.appdata.exceptions
Class AppDataTypeMisMatchException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.kuka.nav.appdata.exceptions.AppDataException
              extended by com.kuka.nav.appdata.exceptions.AppDataTypeMisMatchException
All Implemented Interfaces:
Serializable

public class AppDataTypeMisMatchException
extends AppDataException

Unsuccessful loading of the application data.

See Also:
Serialized Form

Constructor Summary
AppDataTypeMisMatchException(String message)
          Constructor for AppDataTypeMisMatchException.
 
Method Summary
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AppDataTypeMisMatchException

public AppDataTypeMisMatchException(String message)
Constructor for AppDataTypeMisMatchException.

Parameters:
message - Error message.


Copyright © 2019. All rights reserved.