This project has retired. For details please refer to its Attic page.
LensException (Lens 2.1.0-beta-incubating API)

org.apache.lens.api
Class LensException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.lens.api.LensException
All Implemented Interfaces:
Serializable

public class LensException
extends Exception

The Class LensException.

See Also:
Serialized Form

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

LensException

public LensException(String msg)
Instantiates a new lens exception.

Parameters:
msg - the msg

LensException

public LensException(String msg,
                     Throwable th)
Instantiates a new lens exception.

Parameters:
msg - the msg
th - the th

LensException

public LensException()
Instantiates a new lens exception.


LensException

public LensException(Throwable th)
Instantiates a new lens exception.

Parameters:
th - the th


Copyright © 2014–2015 Apache Software Foundation. All rights reserved.