public final class AINotFound
extends java.lang.RuntimeException
RuntimeException
that is caused by attempting to load an AI that
does not exist.Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID
A unique identify for this sub type of
RuntimeException . |
Constructor and Description |
---|
AINotFound()
Constructs a new
AINotFound RuntimeException with the default
message. |
AINotFound(java.lang.String message)
Constructs a new
AINotFound RuntimeException with a specified
message. |
private static final long serialVersionUID
RuntimeException
.public AINotFound()
AINotFound
RuntimeException
with the default
message.public AINotFound(java.lang.String message)
AINotFound
RuntimeException
with a specified
message.message
- The message for this AINotFound
exception.