Home | History | Annotate | Download | only in utils

Lines Matching refs:Exception

39   /** Primary checked exception.
41 private Exception m_exception;
45 * checked exception.
47 * @param e Primary checked exception
49 public WrappedRuntimeException(Exception e)
61 * @param msg Exception information.
62 * @param e Primary checked exception
64 public WrappedRuntimeException(String msg, Exception e)
73 * Get the checked exception that this runtime exception wraps.
75 * @return The primary checked exception
77 public Exception getException()