|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.apache.lens.api.LensException
public class LensException
The Class LensException.
| Constructor Summary | |
|---|---|
LensException()
Instantiates a new lens exception. |
|
LensException(String msg)
Instantiates a new lens exception. |
|
LensException(String msg,
Throwable th)
Instantiates a new lens exception. |
|
LensException(Throwable th)
Instantiates a new lens exception. |
|
| Method Summary |
|---|
| 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 LensException(String msg)
msg - the msg
public LensException(String msg,
Throwable th)
msg - the msgth - the thpublic LensException()
public LensException(Throwable th)
th - the th
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||