java.lang.Objectjava.lang.Throwable
java.lang.Error
com.qintsoft.joria.runtimeapi.JoriaInternalError
public class JoriaInternalError
| Constructor Summary | |
|---|---|
JoriaInternalError(java.lang.String s)
|
|
JoriaInternalError(java.lang.String s,
java.lang.Throwable inner)
|
|
| Method Summary | |
|---|---|
java.lang.Throwable |
getInner()
|
| 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 |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public JoriaInternalError(java.lang.String s)
public JoriaInternalError(java.lang.String s,
java.lang.Throwable inner)
| Method Detail |
|---|
public java.lang.Throwable getInner()