com.programix.util
Class ReflectTools.ReflectException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.programix.util.ReflectTools.ReflectException
- All Implemented Interfaces:
- Serializable
- Enclosing class:
- ReflectTools
public static class ReflectTools.ReflectException
- extends RuntimeException
Used to indicate that something went wrong in one of the
ReflectTools functions. This is a RuntimeException, so it can
be ignored (try/catch no required).
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ReflectTools.ReflectException
public ReflectTools.ReflectException(String msg,
Throwable cause)
ReflectTools.ReflectException
public ReflectTools.ReflectException(String msg)
Copyright © 2001-2007
Programix Incorporated.
All rights reserved.
ProgramixGenericLib is free
and is
OSI Certified
Open Source Software under the BSD
license.