public final class LionEngineException extends RuntimeException
Constructor and Description |
---|
LionEngineException(Media media,
String... messages)
Constructor.
|
LionEngineException(String... messages)
Constructor.
|
LionEngineException(Throwable throwable,
Media media,
String... messages)
Constructor.
|
LionEngineException(Throwable throwable,
String... messages)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
Throwable |
fillInStackTrace() |
String |
getMessage() |
void |
printStackTrace(PrintStream stream) |
addSuppressed, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, setStackTrace, toString
public LionEngineException(String... messages)
messages
- The exception message(s).public LionEngineException(Media media, String... messages)
messages
- The exception message(s).media
- The media error source.public LionEngineException(Throwable throwable, String... messages)
throwable
- The throwable reference.messages
- The exception message(s).public Throwable fillInStackTrace()
fillInStackTrace
in class Throwable
public void printStackTrace(PrintStream stream)
printStackTrace
in class Throwable
public String getMessage()
getMessage
in class Throwable
Copyright © 2014 Byron 3D Games Studio. All rights reserved.