com.sentilla.system
Class AppLoadingError

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Error
          extended by 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

Constructor Summary
AppLoadingError()
          Create the error with a null string.
AppLoadingError(String message)
          Create the error with an error string.
 
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

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.