|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.ibm.are.platform.UnsupportedPlatformException
public class UnsupportedPlatformException
The UnsupportedPlatformException
exception class can be thrown when ARE
detects that it is running on a platform that it currently does not support.
Field Summary | |
---|---|
static java.lang.String |
COPYRIGHT
Copyright for class bytecode |
Constructor Summary | |
---|---|
UnsupportedPlatformException()
Constructs a new UnsupportedPlatformException
object with no detailed message. |
|
UnsupportedPlatformException(java.lang.String message)
Constructs a new UnsupportedPlatformException
object with the specified detail message. |
|
UnsupportedPlatformException(java.lang.Throwable t)
Constructs a new UnsupportedPlatformException
object with no detail message and the specified original exception. |
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 |
Field Detail |
---|
public static final java.lang.String COPYRIGHT
Constructor Detail |
---|
public UnsupportedPlatformException()
UnsupportedPlatformException
object with no detailed message.
public UnsupportedPlatformException(java.lang.String message)
UnsupportedPlatformException
object with the specified detail message.
message
- The detail message for this exceptionpublic UnsupportedPlatformException(java.lang.Throwable t)
UnsupportedPlatformException
object with no detail message and the specified original exception.
t
- The original exception that caused this one to be thrown
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |