com.objectspace.voyager
Class StartupException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--com.objectspace.voyager.StartupException
- public class StartupException
- extends java.lang.Exception
A StartupException indicates an exception occurred during Voyager.startup().
- Version:
- 3.0
- See Also:
- Serialized Form
Constructor Summary |
StartupException(java.lang.Exception exception)
Construct a StartupException with the specified exception. |
StartupException(java.lang.String message)
Construct a StartupException with the specified message. |
Method Summary |
java.lang.Exception |
getException()
Return the exception that I wrap. |
java.lang.String |
getLocalizedMessage()
Return my message or the message of the exception that I wrap. |
Methods inherited from class java.lang.Throwable |
fillInStackTrace,
getMessage,
printStackTrace,
printStackTrace,
printStackTrace,
toString |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
StartupException
public StartupException(java.lang.Exception exception)
- Construct a StartupException with the specified exception.
- Parameters:
exception
- The exception.
StartupException
public StartupException(java.lang.String message)
- Construct a StartupException with the specified message.
- Parameters:
message
- The message.
getException
public java.lang.Exception getException()
- Return the exception that I wrap.
getLocalizedMessage
public java.lang.String getLocalizedMessage()
- Return my message or the message of the exception that I wrap.
- Overrides:
- getLocalizedMessage in class java.lang.Throwable
(c) Copyright 1997-1999 ObjectSpace, Inc.
14850 Quorum Drive, Suite 500
Dallas, Texas 75240