com.sentilla.system
Class AppLoadingError
java.lang.Object
java.lang.Throwable
java.lang.Error
com.sentilla.system.AppLoadingError
- All Implemented Interfaces:
- Serializable
public class AppLoadingError
- extends Error
Thrown to indicate that an application has failed to load.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
AppLoadingError
public AppLoadingError()
- Create the error with a null string.
AppLoadingError
public AppLoadingError(String message)
- Create the error with an error string.
- Parameters:
message
- string describing the error
Copyright © 2007 Sentilla Corporation. All Rights Reserved.