com.phoenix_int.aserver.util
Class PHXClassNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.ClassNotFoundException
com.phoenix_int.aserver.util.PHXClassNotFoundException
- All Implemented Interfaces:
- java.io.Serializable
public class PHXClassNotFoundException
- extends java.lang.ClassNotFoundException
Simple wrapper for ClassNotFoundException which can contain additional
logging info.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.ClassNotFoundException |
getCause, getException |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
PHXClassNotFoundException
public PHXClassNotFoundException()
- Creates a new instance of PHXClassNotFoundException
PHXClassNotFoundException
public PHXClassNotFoundException(java.lang.String message)
addException
public void addException(java.lang.Exception e)
getExceptions
public java.util.Iterator getExceptions()