org.apache.openejb.util
Class OpenEJBErrorHandler
java.lang.Object
org.apache.openejb.util.OpenEJBErrorHandler
public class OpenEJBErrorHandler
- extends Object
Method Summary |
static void |
classCodebaseNotFound(String systemLocation,
String className,
String codebase,
Exception e)
|
static void |
classNotAccessible(String systemLocation,
String className)
|
static void |
classNotFound(String systemLocation,
String className)
|
static void |
classNotIntantiateable(String systemLocation,
String className)
|
static void |
classNotIntantiateableForUnknownReason(String systemLocation,
String className,
String exceptionClassName,
String message)
|
static void |
classNotIntantiateableFromCodebaseForUnknownReason(String systemLocation,
String className,
String codebase,
String exceptionClassName,
String message)
|
static void |
configurationParsingError(String messageType,
String message,
String line,
String column)
|
static void |
handleUnknownError(Throwable error,
String systemLocation)
|
static void |
propertiesObjectIsNull(String systemLocation)
|
static void |
propertyFileNotFound(String propertyfileName,
String systemLocation)
|
static void |
propertyNotFound(String propertyName,
String propertyfileName)
|
static void |
propertyValueIsIllegal(String propertyName,
String value)
|
static void |
propertyValueIsIllegal(String propertyName,
String value,
String message)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OpenEJBErrorHandler
public OpenEJBErrorHandler()
handleUnknownError
public static void handleUnknownError(Throwable error,
String systemLocation)
propertiesObjectIsNull
public static void propertiesObjectIsNull(String systemLocation)
throws OpenEJBException
- Throws:
OpenEJBException
propertyFileNotFound
public static void propertyFileNotFound(String propertyfileName,
String systemLocation)
throws OpenEJBException
- Throws:
OpenEJBException
propertyNotFound
public static void propertyNotFound(String propertyName,
String propertyfileName)
throws OpenEJBException
- Throws:
OpenEJBException
propertyValueIsIllegal
public static void propertyValueIsIllegal(String propertyName,
String value)
throws OpenEJBException
- Throws:
OpenEJBException
propertyValueIsIllegal
public static void propertyValueIsIllegal(String propertyName,
String value,
String message)
throws OpenEJBException
- Throws:
OpenEJBException
classNotFound
public static void classNotFound(String systemLocation,
String className)
throws OpenEJBException
- Throws:
OpenEJBException
classNotAccessible
public static void classNotAccessible(String systemLocation,
String className)
throws OpenEJBException
- Throws:
OpenEJBException
classNotIntantiateable
public static void classNotIntantiateable(String systemLocation,
String className)
throws OpenEJBException
- Throws:
OpenEJBException
classNotIntantiateableForUnknownReason
public static void classNotIntantiateableForUnknownReason(String systemLocation,
String className,
String exceptionClassName,
String message)
throws OpenEJBException
- Throws:
OpenEJBException
classNotIntantiateableFromCodebaseForUnknownReason
public static void classNotIntantiateableFromCodebaseForUnknownReason(String systemLocation,
String className,
String codebase,
String exceptionClassName,
String message)
throws OpenEJBException
- Throws:
OpenEJBException
classCodebaseNotFound
public static void classCodebaseNotFound(String systemLocation,
String className,
String codebase,
Exception e)
throws OpenEJBException
- Throws:
OpenEJBException
configurationParsingError
public static void configurationParsingError(String messageType,
String message,
String line,
String column)
Copyright © 1999-2013 The Apache OpenEJB development community. All Rights Reserved.