Serializablepublic 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, waitaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic 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()