|
||||||||||
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
Microsoft.Xna.Framework.Content.ContentLoadException
public class ContentLoadException
Exception used to report errors from the ContentManager.Load method.
Constructor Summary | |
---|---|
ContentLoadException()
Creates a new instance of ContentLoadException. |
|
ContentLoadException(java.lang.String message)
Creates a new instance of ContentLoadException. |
|
ContentLoadException(java.lang.String message,
java.lang.Exception innerException)
Creates a new instance of ContentLoadException. |
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 |
---|
public ContentLoadException()
public ContentLoadException(java.lang.String message)
message
- A message that describes the error.public ContentLoadException(java.lang.String message, java.lang.Exception innerException)
message
- A message that describes the error.innerException
- The exception that is the cause of the current exception. If the innerException parameter is not a null reference, the current exception is raised in a catch block that
handles the inner exception.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |