com.is.util
Class KeyPathHelper.KeyPathException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.is.util.KeyPathHelper.KeyPathException
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
KeyPathHelper

public static class KeyPathHelper.KeyPathException
extends java.lang.Exception

See Also:
Serialized Form

Constructor Summary
KeyPathHelper.KeyPathException(java.lang.Exception e)
           
 
Method Summary
 java.lang.Exception getOriginalException()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

KeyPathHelper.KeyPathException

public KeyPathHelper.KeyPathException(java.lang.Exception e)
Method Detail

getOriginalException

public java.lang.Exception getOriginalException()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Throwable