Class c2.framework.C2Exception
All Packages Class Hierarchy This Package Previous Next Index
Class c2.framework.C2Exception
java.lang.Object
|
+----java.lang.Throwable
|
+----java.lang.Exception
|
+----c2.framework.C2Exception
- public class C2Exception
- extends Exception
An exception that is thrown for C2 specific exceptions.
-
C2Exception(String)
- Constructs an C2Exception with the specified detail message.
C2Exception
public C2Exception(String msg)
- Constructs an C2Exception with the specified detail message.
- Parameters:
- msg - the detail message
All Packages Class Hierarchy This Package Previous Next Index