Serializable
public class GlueGenException extends JogampRuntimeException
RuntimeException
.Constructor | Description |
---|---|
GlueGenException() |
Constructs a GlueGenException object.
|
GlueGenException(String message) |
Constructs a GlueGenException object with the specified detail
message.
|
GlueGenException(String message,
ASTLocusTag locusTag) |
Constructs a GlueGenException object with the specified detail
message and root cause.
|
GlueGenException(String message,
ASTLocusTag locusTag,
Throwable cause) |
Constructs a GlueGenException object with the specified detail
message and root cause.
|
GlueGenException(String message,
Throwable cause) |
Constructs a GlueGenException object with the specified detail
message and root cause.
|
GlueGenException(Throwable cause) |
Constructs a GlueGenException object with the specified root
cause.
|
Modifier and Type | Method | Description |
---|---|---|
ASTLocusTag |
getASTLocusTag() |
|
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
public GlueGenException()
public GlueGenException(String message)
public GlueGenException(String message, Throwable cause)
public GlueGenException(Throwable cause)
public GlueGenException(String message, ASTLocusTag locusTag)
public GlueGenException(String message, ASTLocusTag locusTag, Throwable cause)
public ASTLocusTag getASTLocusTag()