|
|||||||||||
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.common.GenericAreException
com.ibm.are.common.AreMissingResourceException
public class AreMissingResourceException
The AreMissingResourceException
exception class can be thrown any time the
Application Runtime Expert, or any of its plugins, detects a condition where a required
resource cannot be found or is missing. The resource could be a file, Java class, property file, etc.
Field Summary | |
---|---|
static java.lang.String |
COPYRIGHT
Copyright for class bytecode |
Constructor Summary | |
---|---|
AreMissingResourceException(java.io.File resourceName)
Constructs a new AreMissingResourceException |
|
AreMissingResourceException(java.io.File resourceName,
java.lang.Throwable cause)
Constructs a new AreMissingResourceException |
|
AreMissingResourceException(java.lang.String resourceName)
Constructs a new AreMissingResourceException |
|
AreMissingResourceException(java.lang.String resourceName,
java.lang.Throwable cause)
Constructs a new AreMissingResourceException |
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 AreMissingResourceException(java.lang.String resourceName)
AreMissingResourceException
resourceName
- The name of the resource that cannot be foundpublic AreMissingResourceException(java.lang.String resourceName, java.lang.Throwable cause)
AreMissingResourceException
resourceName
- The name of the resource that cannot be foundcause
- The original exception that caused this one to be thrownpublic AreMissingResourceException(java.io.File resourceName)
AreMissingResourceException
resourceName
- The name of the file that cannot be foundpublic AreMissingResourceException(java.io.File resourceName, java.lang.Throwable cause)
AreMissingResourceException
resourceName
- The name of the file that cannot be foundcause
- 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 |